]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: drop cython from requires 49322/head
authorKefu Chai <tchaikov@gmail.com>
Thu, 8 Dec 2022 10:25:20 +0000 (18:25 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 8 Dec 2022 10:26:42 +0000 (18:26 +0800)
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>
src/pybind/mgr/tox.ini

index d078d8c097d89dad66f3398c9c0582ab0081a8db..b01fee447e7c180d0effb774bb70d806fc00db79 100644 (file)
@@ -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