Skip to content

Commit ba3031c

Browse files
aciba90blackboxsw
authored andcommitted
test: unpin pytest
After pytest-dev/pytest#11125 being included in pytest==7.4, pytest can be unpinned.
1 parent bdca040 commit ba3031c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Needed generally in tests
22

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

99
pytest-cov
1010
pytest-mock

0 commit comments

Comments
 (0)