From: Kefu Chai Date: Thu, 8 Dec 2022 10:25:20 +0000 (+0800) Subject: pybind/mgr: drop cython from requires X-Git-Tag: v18.1.0~712^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49322%2Fhead;p=ceph.git pybind/mgr: drop cython from requires cython is not required for running tox commands. this should address the test failure like: ROOT: will run in automatically provisioned tox, host /home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-virtualenv/bin/python3.10 is missing [requires (has)]: cython Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index d078d8c097d89..b01fee447e7c1 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -8,7 +8,6 @@ envlist = jinjalint nooptional skipsdist = true -requires = cython skip_missing_interpreters = true [pytest] @@ -51,7 +50,6 @@ setenv = UNITTEST = true PYTHONPATH = $PYTHONPATH:.. deps = - cython -rrequirements.txt -rrook/requirements.txt commands = @@ -62,7 +60,6 @@ setenv = UNITTEST = true PYTHONPATH = $PYTHONPATH:.. deps = - cython -rrequirements-required.txt commands = pytest {posargs:cephadm/tests/test_ssh.py} @@ -107,7 +104,6 @@ mypy_args = --config-file=../../mypy.ini -m volumes -m zabbix deps = - cython -rrequirements.txt -c{toxinidir}/../../mypy-constrains.txt mypy