Skip to content

Commit 4dd1fc0

Browse files
authored
Merge pull request #2944 from bsipocz/CI_limit_old_pytest
CI: limit pytest version for old python
2 parents b39ef34 + 8e2df8b commit 4dd1fc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ deps =
4444
oldestdeps: beautifulsoup4==4.8
4545
oldestdeps-alldeps: mocpy==0.9
4646

47+
# pytest warnings issue for older versions, workaround until we drop 3.8 support
48+
py38: pytest<8
49+
4750
online: pytest-rerunfailures
4851

4952
extras =

0 commit comments

Comments
 (0)