]> 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:23:32 +0000 (13:23 -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)

src/pybind/mgr/tox.ini

index 3426ae2873579f569f03338457b6d75ffc4b4684..04084be8cab30347574ccd1c7e74af7a3ab56df7 100644 (file)
@@ -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