From 861f79d46397d8bbc5b55b95bc4ca2ac0fb1f247 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 1 Jul 2022 09:49:58 +0200 Subject: Update to Alpine 3.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also switches to pytest because nose fails vs py3.10. Change-Id: I920baef12d4934b359873519d5518835007c2f02 Signed-off-by: Cédric Ollivier --- 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 32e09e1e..613a9718 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -4,5 +4,7 @@ behave===1.2.6 behave-html-formatter===0.9.8 pylint===2.11.1 flake8===4.0.1 -nose===1.3.7 ansible-lint===5.2.1 +pytest===7.1.2 +pytest-cov===3.0.0 +pytest-html===3.1.1 -- cgit 1.2.3-korg