Skip to content

Commit dcb5ff9

Browse files
committed
test: unpin pytest
After pytest-dev/pytest#11125 being included in pytest==7.4, pytest can be unpinned.
1 parent afc7584 commit dcb5ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
#
44
pycloudlib==1!5.6.0
55

6-
# Await pytest > 7.3.2. Breaking change in `testpaths` treatment forced
6+
# Avoid breaking change in `testpaths` treatment forced
77
# test/unittests/conftest.py to be loaded by our integration-tests tox env
88
# resulting in an unmet dependency issue:
99
# https://github.com/pytest-dev/pytest/issues/11104
10-
pytest<=7.3.1
10+
pytest!=7.3.2
1111

1212
packaging
1313
passlib

0 commit comments

Comments
 (0)