Skip to content

Commit

Permalink
CI: limit pytest version for old python
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Feb 5, 2024
1 parent 8efac7b commit 8e2df8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ deps =
oldestdeps: beautifulsoup4==4.8
oldestdeps-alldeps: mocpy==0.9

# pytest warnings issue for older versions, workaround until we drop 3.8 support
py38: pytest<8

online: pytest-rerunfailures

extras =
Expand Down

0 comments on commit 8e2df8b

Please sign in to comment.