From eed01b096517351b05f8f96946b00419d357e247 Mon Sep 17 00:00:00 2001 From: Alberto Contreras Date: Tue, 24 Oct 2023 12:01:50 +0200 Subject: [PATCH] test: unpin pytest After https://github.com/pytest-dev/pytest/pull/11125 being included in pytest==7.4, pytest can be unpinned. --- integration-requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-requirements.txt b/integration-requirements.txt index 510f013f40b..ee1d03fe0ff 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -3,11 +3,11 @@ # pycloudlib==1!5.6.0 -# Await pytest > 7.3.2. Breaking change in `testpaths` treatment forced +# Avoid breaking change in `testpaths` treatment forced # test/unittests/conftest.py to be loaded by our integration-tests tox env # resulting in an unmet dependency issue: # https://github.com/pytest-dev/pytest/issues/11104 -pytest<=7.3.1 +pytest!=7.3.2 packaging passlib diff --git a/test-requirements.txt b/test-requirements.txt index b74b3e30513..19488b943d7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,10 @@ # Needed generally in tests -# Await pytest > 7.3.2. Breaking change in `testpaths` treatment forced +# Avoid breaking change in `testpaths` treatment forced # test/unittests/conftest.py to be loaded by our integration-tests tox env # resulting in an unmet dependency issue: # https://github.com/pytest-dev/pytest/issues/11104 -pytest<=7.3.1 +pytest!=7.3.2 pytest-cov pytest-mock