From: Kefu Chai Date: Thu, 8 Dec 2022 10:25:20 +0000 (+0800) Subject: pybind/mgr: drop cython from requires X-Git-Tag: v16.2.11~54^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=404edcbc8930aedf33f8708b0068f44d12834482;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 (cherry picked from commit c9cc795d02682f550098e517a01cf2adc7502906) Conflicts: src/pybind/mgr/tox.ini --- diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 0eaac7bd1ac7..e0ed7d185d51 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 =