Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed May 10, 2021
1 parent 76e21a5 commit c854b08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
pytest >= 3.3.1 ; python_version > '3.6'

# Pin maximum pytest versions for older python versions
pytest >= 3.3.1, <= 6.2.0 ; python_version < '3.7' and python_version >= '3.6'
pytest >= 3.3.1, <= 5.0.0 ; python_version < '3.6' and python_version >= '3.5'
pytest >= 3.3.1, < 4.7.0 ; python_version < '3.5'
pytest >= 3.3.1, <= 6.2.0 ; python_version < '3.7.0' and python_version >= '3.6.0'
pytest >= 3.3.1, <= 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'

typing >= 3.7.4;python_version <= '3.4'


##

pytest-cov > 2.6.0 ; python_version >= '3.6'
pytest-cov < 2.6.0 ; python_version < '3.5'
pytest-cov > 2.6.0 ; python_version >= '3.6.0'
pytest-cov < 2.6.0 ; python_version < '3.5.0'


codecov >= 2.0.15
Expand Down

0 comments on commit c854b08

Please sign in to comment.