Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 28, 2024
1 parent beffdfc commit ba48fa2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
pytest<=6.2.5 ; python_version < '4.0' and python_version >= '3.13' # Python 3.13+
pytest<=6.2.5 ; python_version < '3.13' and python_version >= '3.12' # Python 3.12
pytest<=6.2.5 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11
pytest<=6.2.5 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10
pytest<=6.2.5 ; python_version < '3.10.0' and python_version >= '3.7.0' # Python 3.7-3.9
pytest<=6.2.5 ; python_version < '3.7.0' and python_version >= '3.6.0' # Python 3.6
pytest<=7.4.4 ; python_version < '4.0' and python_version >= '3.13' # Python 3.13+
pytest<=7.4.4 ; python_version < '3.13' and python_version >= '3.12' # Python 3.12
pytest<=7.4.4 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11
pytest<=7.4.4 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10
pytest<=7.4.4 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9
pytest<=7.4.4 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8
pytest<=6.2.5 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7
pytest<=6.2.5 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6

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

Expand Down

0 comments on commit ba48fa2

Please sign in to comment.