]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: drop cython from requires
authorKefu Chai <tchaikov@gmail.com>
Thu, 8 Dec 2022 10:23:32 +0000 (18:23 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 8 Dec 2022 10:23:57 +0000 (18:23 +0800)
cython is not required for launching the tox environment.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/cephadm/tox.ini

index 7c07d1ca8c6369747b4fc26dde047f69407aa542..74b8ae909e3f236bca4951ee1b5ed03fa3b6c9ec 100644 (file)
@@ -5,7 +5,6 @@ envlist =
     fix
     flake8
 skipsdist = true
-requires = cython
 
 [flake8]
 max-line-length = 100