aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-03-14 11:05:18 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-03-15 10:27:25 +0100
commit3491ca761f5012fffe1494b7bcfffc80017717cf (patch)
treeb814e1d6d09e2c88214cae3b71e08bb874aec107 /test-requirements.txt
parenta26650ed689c3e46c019829be9eaed8b08dae858 (diff)
Replace nose by pytest
Change-Id: If4b8feac021fb2fe5994a6b6bd1e36d302cb8b88 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit f68869a7934fd054fa0f241c8045d86d879db1ef)
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e3cf977e8..a552f60f2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,9 @@
# process, which may cause wedges in the gate later.
coverage!=4.4 # Apache-2.0
mock!=4.0.0,!=4.0.1 # BSD
-nose # LGPL
+pytest # MIT
+pytest-html #MPL-2.0
+pytest-cov
flake8 # MIT
pylint # GPLv2
sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0,!=3.4.2 # BSD