From 3491ca761f5012fffe1494b7bcfffc80017717cf Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 14 Mar 2023 11:05:18 +0100 Subject: Replace nose by pytest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If4b8feac021fb2fe5994a6b6bd1e36d302cb8b88 Signed-off-by: Cédric Ollivier (cherry picked from commit f68869a7934fd054fa0f241c8045d86d879db1ef) --- upper-constraints.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'upper-constraints.txt') 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 -- cgit