diff options
author | 2024-01-09 16:57:33 +0100 | |
---|---|---|
committer | 2024-01-09 16:57:33 +0100 | |
commit | 3ddf532a2da644e96a37f7f0cacd60225b565089 (patch) | |
tree | 049710c6f155a9a96b838e15afe90fef3b79c9a0 | |
parent | 8dc72a4ee66c31f452097defbf128777dd13e896 (diff) |
Updated from global requirements
Change-Id: Iaa1c138e5da8f9d6782b1eb5c6518a34f50d5b2b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 1db79684..7b484e37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ junitxml boto3 # Apache-2.0 lxml!=3.7.0 # BSD ansible-runner!=1.3.5 # Apache 2.0 -pytest # MIT -pytest-html #MPL-2.0 +pytest # MIT +pytest-html #MPL-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 22457d0f..2f30fcdd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ pytest-cov flake8 # MIT pylint # GPLv2 sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0,!=3.4.2 # BSD -sphinx-rtd-theme +sphinx-rtd-theme # MIT yamllint doc8 # Apache-2.0 bashate # Apache-2.0 |