Re: [libvirt] [PATCH] Fix running of nosetests on python 3

2016-12-19 Thread Jiri Denemark
On Wed, Dec 14, 2016 at 11:00:27 +, Daniel P. Berrange wrote: > Previously the way Fedora installed /usr/bin/nosetests allowed it > to be invoked with either python 2 or 3. Since Fedora 25 though, > it contains a module name that only exists on python 2. So we need > to be more intelligent and

[libvirt] [PATCH] Fix running of nosetests on python 3

2016-12-14 Thread Daniel P. Berrange
Previously the way Fedora installed /usr/bin/nosetests allowed it to be invoked with either python 2 or 3. Since Fedora 25 though, it contains a module name that only exists on python 2. So we need to be more intelligent and pick a different nosetests binary per version. Signed-off-by: Daniel P.