From: Kefu Chai Date: Thu, 8 Dec 2022 10:23:32 +0000 (+0800) Subject: cephadm: drop cython from requires X-Git-Tag: v18.1.0~712^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8b20bb8ca2b8f110a030a2f3fffd849faa125948;p=ceph-ci.git cephadm: drop cython from requires cython is not required for launching the tox environment. Signed-off-by: Kefu Chai --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 7c07d1ca8c6..74b8ae909e3 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