]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.cfg: add nose to "options.extras_require/test"
authorKefu Chai <kchai@redhat.com>
Sat, 23 Apr 2022 03:26:48 +0000 (11:26 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 23 Apr 2022 03:26:48 +0000 (11:26 +0800)
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 <tchaikov@gmail.com>
setup.cfg

index 4bfdfab5dcee26e4dc358420ba2c708f01a9285f..7243d4f65a8d8f9d78bebbc64996fd66646e9290 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -103,6 +103,7 @@ test =
     cryptography>=2.7
     ipy
     mock
+    nose
     pip-tools
     pytest
     toml