diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-14 11:05:18 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-15 10:27:25 +0100 |
commit | 3491ca761f5012fffe1494b7bcfffc80017717cf (patch) | |
tree | b814e1d6d09e2c88214cae3b71e08bb874aec107 /upper-constraints.txt | |
parent | a26650ed689c3e46c019829be9eaed8b08dae858 (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 'upper-constraints.txt')
-rw-r--r-- | upper-constraints.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index 3df877ff5..ef6679936 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -14,7 +14,9 @@ git+https://opendev.org/openstack/rally-openstack.git@b8591ec366293d60735536f95f git+https://github.com/xrally/xrally-kubernetes.git@2ffa85af2bff3438b6b23034b6ec6ee1de481090#egg=xrally-kubernetes pylint===2.11.1 flake8===4.0.1 -nose===1.3.7 +pytest===7.1.2 +pytest-cov===3.0.0 +pytest-html===3.1.1 ruamel.yaml===0.17.17 sphinxcontrib-spelling===4.3.0 ansible-lint===5.2.1 |