cephadm: drop cython from requires

cython is not required for launching the tox environment.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
Kefu Chai 2022-12-08 18:23:32 +08:00
parent 34e2e33870
commit 8b20bb8ca2

View File

@ -5,7 +5,6 @@ envlist =
fix
flake8
skipsdist = true
requires = cython
[flake8]
max-line-length = 100