From: Kefu Chai Date: Thu, 8 Dec 2022 10:23:32 +0000 (+0800) Subject: cephadm: drop cython from requires X-Git-Tag: v17.2.6~281^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b267f07d420cbaafa66ebf2feac24bc83b3417f7;p=ceph.git cephadm: drop cython from requires cython is not required for launching the tox environment. Signed-off-by: Kefu Chai (cherry picked from commit 8b20bb8ca2b8f110a030a2f3fffd849faa125948) --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 619f1782ced7..c1d9cf6faf8f 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -5,7 +5,6 @@ envlist = fix flake8 skipsdist = true -requires = cython [flake8] max-line-length = 100