From c9cc795d02682f550098e517a01cf2adc7502906 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 8 Dec 2022 18:25:20 +0800 Subject: [PATCH] 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 --- src/pybind/mgr/tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index d078d8c097d..b01fee447e7 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 -- 2.39.5