File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
pycloudlib==1!5.6.0
5
5
6
- # Await pytest > 7.3.2. Breaking change in `testpaths` treatment forced
6
+ # Avoid breaking change in `testpaths` treatment forced
7
7
# test/unittests/conftest.py to be loaded by our integration-tests tox env
8
8
# resulting in an unmet dependency issue:
9
9
# https://github.com/pytest-dev/pytest/issues/11104
10
- pytest< =7.3.1
10
+ pytest! =7.3.2
11
11
12
12
packaging
13
13
passlib
Original file line number Diff line number Diff line change 1
1
# Needed generally in tests
2
2
3
- # Await pytest > 7.3.2. Breaking change in `testpaths` treatment forced
3
+ # Avoid breaking change in `testpaths` treatment forced
4
4
# test/unittests/conftest.py to be loaded by our integration-tests tox env
5
5
# resulting in an unmet dependency issue:
6
6
# https://github.com/pytest-dev/pytest/issues/11104
7
- pytest< =7.3.1
7
+ pytest! =7.3.2
8
8
9
9
pytest-cov
10
10
pytest-mock
You can’t perform that action at this time.
0 commit comments