From 6091313667286ca61d596fd419d51e1dd0806b8d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 31 Jul 2020 08:33:55 +1000 Subject: [PATCH] Revert "Cap pytest to <6.0.0 to fix pytest-html" This reverts commit 9946a851833dbbb19af66829eb732196a3d32dce. The problem was fixed with pytest 6.0.1 https://docs.pytest.org/en/stable/changelog.html#pytest-6-0-1-2020-07-30 Change-Id: I580a96e6eb65c272d9306af118b8f27ae8cff8c7 --- test-requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 48b3294afa..a8d9df17ea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,12 +9,10 @@ openstacksdk zuul-sphinx>=0.2.3 testtools mock -# pytest 6.0.0 breaks pytest-html -pytest<6.0.0 -pytest-html # MPL-2.0 # testinfra 1.17.0 has a broken wheel that won't install under python3 # testinfra 3.0.0 switched the ansible backend, but broke ipv6 handling testinfra!=1.17.0,!=3.0.0 +pytest-html # MPL-2.0 # testinfra's ansible backend actually requires paramiko, but it's not # specified. After # https://github.com/philpep/testinfra/pull/454