Skip to content

Commit

Permalink
Attempt pinning pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 28, 2024
1 parent 880bb9b commit beffdfc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
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>=4.6.0 ; python_version < '3.10.0' and python_version >= '3.7.0' # Python 3.7-3.9
pytest>=4.6.0 ; python_version < '3.7.0' and python_version >= '3.6.0' # Python 3.6
pytest>=4.6.0, <= 6.1.2 ; python_version < '3.6.0' and python_version >= '3.5.0' # Python 3.5
pytest>=4.6.0, <= 4.6.11 ; python_version < '3.5.0' and python_version >= '3.4.0' # Python 3.4
pytest>=4.6.0, <= 4.6.11 ; python_version < '2.8.0' and python_version >= '2.7.0' # Python 2.7
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-cov>=3.0.0 ; python_version >= '3.6.0' # Python 3.6+
pytest-cov>=2.9.0 ; python_version < '3.6.0' and python_version >= '3.5.0' # Python 3.5
pytest-cov>=2.8.1 ; python_version < '3.5.0' and python_version >= '3.4.0' # Python 3.4
pytest-cov>=2.8.1 ; python_version < '2.8.0' and python_version >= '2.7.0' # Python 2.7

coverage[toml] >= 5.3
ubelt >= 1.3.4

xdoctest >= 1.1.2
xdoctest >= 1.1.3

0 comments on commit beffdfc

Please sign in to comment.