Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jun 26, 2021
1 parent 2fb1353 commit b241915
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
# 5.4.3

# Pin maximum pytest versions for older python versions
# TODO: determine what the actual minimum and maximum acceptable versions of
# pytest (that are also compatible with xdoctest) are for each legacy python
# major.minor version.

pytest >= 3.3.1 ; python_version >= '3.7.0'
pytest >= 4.6.0, <= 6.2.0 ; python_version < '3.7.0' and python_version >= '3.6.0'
pytest >= 4.6.0, <= 5.0.0 ; python_version < '3.6.0' and python_version >= '3.5.0'
pytest >= 3.3.1, < 4.7.0 ; python_version < '3.5.0'

##
pytest-cov > 2.6.0 ; python_version >= '3.7.0'
pytest-cov > 2.6.0, <=2.8.1 ; python_version < '3.7.0' and python_version >= '3.6.0'
pytest-cov > 2.0.0, < 2.6.0 ; python_version < '3.5.0'
pytest-cov > 2.6.0 ; python_version >= '3.7.0'
pytest-cov > 2.6.0, <= 2.8.1 ; python_version < '3.7.0' and python_version >= '3.6.0'
pytest-cov > 2.0.0, < 2.6.0 ; python_version < '3.6.0'

codecov >= 2.0.15

Expand Down

0 comments on commit b241915

Please sign in to comment.