diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 17:09:22 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 17:13:11 +0100 |
commit | 1e051c3182deedd97eee3a8bc87cefbce4ec13cb (patch) | |
tree | 8fd68e8c91fb5bb19e08fcf9debeef37da6b7e94 | |
parent | b755ed44d99dabc82def36c72273d4027cde3fae (diff) |
Updated from global requirements
Change-Id: I51f9d4b6266150d02438e3dd2cf42f86a6469176
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit eaea540c2f3a19ba13b69c3624f2d26c15d0f875)
-rw-r--r-- | test-requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index fd3f01c4..7076b410 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,9 +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 -pytest # MIT -pytest-html #MPL-2.0 -pytest-cov +pytest # MIT +pytest-html #MPL-2.0 +pytest-cov # MIT flake8 # MIT pylint # GPLv2 yamllint |