From 19a4789296aa6d829e7f55b06e2198323723afe7 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 23 Apr 2022 11:26:48 +0800 Subject: [PATCH] setup.cfg: add nose to "options.extras_require/test" some tests are using nose python package. since teuthology is responsible for preparing the deps to run the tests. let's add nose back to setup.cfg. the "nose" package was included in requirements.txt before 21372fd9b2b87bb6417929f10097fba7db9cdca9. in this change, it, it is brought back. Signed-off-by: Kefu Chai --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4bfdfab5d..7243d4f65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,6 +103,7 @@ test = cryptography>=2.7 ipy mock + nose pip-tools pytest toml -- 2.47.3