[libvirt] [python PATCH] setup: Accept 'nosetests3' as nosetests binary

Andrea Bolognani abologna at redhat.com
Mon Dec 9 14:28:58 UTC 2019


This is the name used on Ubuntu.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index ea25dc0..2831595 100755
--- a/setup.py
+++ b/setup.py
@@ -297,6 +297,7 @@ class my_test(Command):
             "nosetests-%d.%d" % (sys.version_info[0],
                                  sys.version_info[1]),
             "nosetests-%d" % (sys.version_info[0]),
+            "nosetests%d" % (sys.version_info[0]),
             "nosetests",
         ]
 
-- 
2.23.0




More information about the libvir-list mailing list