Skip to content

Commit 8e2df8b

Browse files
committed
CI: limit pytest version for old python
1 parent 8efac7b commit 8e2df8b

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)