From 8b20bb8ca2b8f110a030a2f3fffd849faa125948 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 8 Dec 2022 18:23:32 +0800 Subject: [PATCH] cephadm: drop cython from requires cython is not required for launching the tox environment. Signed-off-by: Kefu Chai --- src/cephadm/tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 7c07d1ca8c636..74b8ae909e3f2 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 -- 2.39.5