From dcb5ff9f3c8ec4e38f35c27b86c1617f0d072586 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 ++-- 1 file changed, 2 insertions(+), 2 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