]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/pybind: s/nosetests/python3/
authorKefu Chai <kchai@redhat.com>
Thu, 19 Dec 2019 03:36:59 +0000 (11:36 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 19 Dec 2019 03:52:56 +0000 (11:52 +0800)
commit717aaad9edb295d15998f37a5d92d11bc8345b33
tree77c730686a894eda8dfe9398ef91b892c119be06
parent46358e04d2772405817050af9fd106d00dc533a7
test/pybind: s/nosetests/python3/

different distros package python3-nose in different ways by adding
different postfix to "/usr/bin/nosetests" to differentiate it from
its python2 counterpart.

* on bionic, python3-nose offers "nosetests3"
* on el8, python3-nose offers "nosetests-3" and "nosetests-3.6"

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/pybind/test_ceph_argparse.py
src/test/pybind/test_ceph_daemon.py