From 404edcbc8930aedf33f8708b0068f44d12834482 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) Conflicts: src/pybind/mgr/tox.ini --- src/pybind/mgr/tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 0eaac7bd1ac74..e0ed7d185d515 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -9,7 +9,6 @@ envlist = flake8 jinjalint skipsdist = true -requires = cython [pytest] log_level=NOTSET @@ -50,7 +49,6 @@ setenv = UNITTEST = true PYTHONPATH = $PYTHONPATH:.. deps = - cython -rrequirements.txt commands = pytest --doctest-modules {posargs: \ @@ -72,7 +70,6 @@ passenv = MYPYPATH basepython = python3 deps = - cython -rrequirements.txt mypy==0.790 commands = -- 2.39.5