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
flake8
jinjalint
skipsdist = true
-requires = cython
[pytest]
log_level=NOTSET
UNITTEST = true
PYTHONPATH = $PYTHONPATH:..
deps =
- cython
-rrequirements.txt
commands =
pytest --doctest-modules {posargs: \
MYPYPATH
basepython = python3
deps =
- cython
-rrequirements.txt
mypy==0.790
commands =