mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-02 04:21:59 +03:00
setup: Accept 'nosetests3' as nosetests binary
This is the name used on Ubuntu. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
1
setup.py
1
setup.py
@ -297,6 +297,7 @@ class my_test(Command):
|
|||||||
"nosetests-%d.%d" % (sys.version_info[0],
|
"nosetests-%d.%d" % (sys.version_info[0],
|
||||||
sys.version_info[1]),
|
sys.version_info[1]),
|
||||||
"nosetests-%d" % (sys.version_info[0]),
|
"nosetests-%d" % (sys.version_info[0]),
|
||||||
|
"nosetests%d" % (sys.version_info[0]),
|
||||||
"nosetests",
|
"nosetests",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user