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:12:43 +0100 |
commit | a0e19ba4efb6f972356171e4dc5ed22e6aaca448 (patch) | |
tree | e13093a6bd8f95edf34d68ce8009b79374eeed30 | |
parent | abc948ac74fec3cd92b71356c9dd9c0180c2d235 (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 |