]> 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:43:36 +0000 (13:43 -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 2477d9f3763f7b55d0b6074a662bfeff126d9f37..079605afcae928a458f56d07c63cd3fc21edbf00 100644 (file)
@@ -5,7 +5,6 @@ envlist =
     fix
     flake8
 skipsdist = true
-requires = cython
 
 [flake8]
 max-line-length = 100