1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-01 00: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:
Andrea Bolognani
2019-12-09 15:27:16 +01:00
parent c7239ca55b
commit 5efdfd042c

View File

@ -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",
]