Skip to content

Commit

Permalink
Fix test req
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jan 30, 2024
1 parent 16c128f commit 0be7a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ pytest >= 6.2.5, <8.0.0 ; python_versio
pytest >= 4.6.0, <8.0.0 ; python_version < '3.10.0' and python_version >= '3.7.0' and platform_system=="Windows" # Python 3.7-3.9
pytest >= 4.6.0, <8.0.0 ; python_version < '3.7.0' and python_version >= '3.6.0' and platform_system=="Windows" # Python 3.6

pytest >= 6.2.5, ; python_version >= '3.10.0' and platform_system!="Windows" # Python 3.10+
pytest >= 4.6.0, ; python_version < '3.10.0' and python_version >= '3.7.0' and platform_system!="Windows" # Python 3.7-3.9
pytest >= 4.6.0, ; python_version < '3.7.0' and python_version >= '3.6.0' and platform_system!="Windows" # Python 3.6
pytest >= 6.2.5 ; python_version >= '3.10.0' and platform_system!="Windows" # Python 3.10+
pytest >= 4.6.0 ; python_version < '3.10.0' and python_version >= '3.7.0' and platform_system!="Windows" # Python 3.7-3.9
pytest >= 4.6.0 ; python_version < '3.7.0' and python_version >= '3.6.0' and platform_system!="Windows" # Python 3.6

pytest-cov >= 3.0.0 ; python_version >= '3.6.0' # Python 3.6+

Expand Down

0 comments on commit 0be7a3c

Please sign in to comment.