Skip to content

Commit

Permalink
Update pytest constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Jul 18, 2024
1 parent e40b3d6 commit cf1f3ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ polib==1.2.0
pytest-cov==5.0.0
pytest-xdist==3.5.0; implementation_name == 'pypy'
pytest-xdist==3.6.1; implementation_name != 'pypy'
pytest==8.2.2
pytest==8.1.1; implementation_name == 'pypy'
pytest==8.2.2; implementation_name != 'pypy'

0 comments on commit cf1f3ec

Please sign in to comment.