diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-20 16:48:37 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-20 17:53:30 +0200 |
commit | b33276d0596b86176df7595f26d5e7bb56a9016b (patch) | |
tree | 22764dde2770dce4a9a89f285f26c1734d3e91e9 /test-requirements.txt | |
parent | 651fbe30a574fde8c62e7b73b3f05e40fba6e58b (diff) |
Fix tox list
Change-Id: Ie996cbf5751e757cedf79d03f3a9b2649183f250
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 30d81ded..04a0312e 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 yamllint |