From 52d7a73cd3d11243646e91ed34806dfe9a122eba 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 (cherry picked from commit c9cc795d02682f550098e517a01cf2adc7502906) --- 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 3426ae287357..04084be8cab3 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -9,7 +9,6 @@ envlist = jinjalint nooptional skipsdist = true -requires = cython skip_missing_interpreters = true [pytest] @@ -52,7 +51,6 @@ setenv = UNITTEST = true PYTHONPATH = $PYTHONPATH:.. deps = - cython -rrequirements.txt -rrook/requirements.txt commands = @@ -63,7 +61,6 @@ setenv = UNITTEST = true PYTHONPATH = $PYTHONPATH:.. deps = - cython -rrequirements-required.txt commands = pytest {posargs:cephadm/tests/test_ssh.py} @@ -108,7 +105,6 @@ mypy_args = --config-file=../../mypy.ini -m volumes -m zabbix deps = - cython -rrequirements.txt -c{toxinidir}/../../mypy-constrains.txt mypy -- 2.47.3