Skip to content

Commit

Permalink
Shrink test req file
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jul 23, 2024
1 parent 9ed7e01 commit a1d18c2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,12 @@ pytest>=8.1.1 ; python_version < '3.13' and python_version >= '3.12'
pytest>=8.1.1 ; 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-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>=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

# xdev availpkg pytest-timeout
pytest_timeout>=2.3.1 ; python_version < '4.0' and python_version >= '3.12' # Python 3.13+
Expand All @@ -33,11 +26,5 @@ coverage>=7.3.0 ; python_version < '4.0' and python_version >= '3.12' #
coverage>=6.1.1 ; python_version < '3.12' and python_version >= '3.10' # Python 3.10-3.11
coverage>=5.3.1 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9
coverage>=6.1.1 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8
coverage>=6.1.1 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7
coverage>=6.1.1 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6
coverage>=5.3.1 ; python_version < '3.6' and python_version >= '3.5' # Python 3.5
coverage>=4.3.4 ; python_version < '3.5' and python_version >= '3.4' # Python 3.4
coverage>=5.3.1 ; python_version < '3.4' and python_version >= '2.7' # Python 2.7
coverage>=4.5 ; python_version < '2.7' and python_version >= '2.6' # Python 2.6

requests>=2.25.1

0 comments on commit a1d18c2

Please sign in to comment.