]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: drop cython from requires
authorKefu Chai <tchaikov@gmail.com>
Thu, 8 Dec 2022 10:25:20 +0000 (18:25 +0800)
committerAdam King <adking@redhat.com>
Fri, 9 Dec 2022 18:46:07 +0000 (13:46 -0500)
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 <tchaikov@gmail.com>
(cherry picked from commit c9cc795d02682f550098e517a01cf2adc7502906)

Conflicts:
src/pybind/mgr/tox.ini

src/pybind/mgr/tox.ini

index 0eaac7bd1ac74f80effe912a23c4179640d852f4..e0ed7d185d5153d485824d3b12a2e000c25acaab 100644 (file)
@@ -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 =