Skip to content

Commit

Permalink
Update dev_requirements.txt for Python >=3.6 only
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterPhoenix committed Sep 13, 2024
1 parent 51357ff commit fb88ea7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
mock; python_version < '3.3'

coverage>=5.0; python_version == '2.7' or python_version >= '3.5'
pytest-cov>=2.7.0; python_version == '2.7' or python_version >= '3.5'

# coveralls 2.0 has removed support for Python 2.7 and 3.4
git+https://github.com/andy-maier/coveralls-python.git@andy/add-py27#egg=coveralls; python_version == '2.7'
coveralls>=2.1.2; python_version >= '3.5'
coverage>=5.0
pytest-cov>=2.7.0
coveralls>=2.1.2

0 comments on commit fb88ea7

Please sign in to comment.