]> 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)
committerAdam King <adking@redhat.com>
Fri, 9 Dec 2022 18:23:23 +0000 (13:23 -0500)
cython is not required for launching the tox environment.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 8b20bb8ca2b8f110a030a2f3fffd849faa125948)

src/cephadm/tox.ini

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