Skip to content

Commit

Permalink
Resolve dependency conflict of pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Feb 18, 2019
1 parent fadf991 commit 05f0df0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Add requirements only needed for your unittests and during development here.
# They will be installed automatically when running `python setup.py test`.
# ATTENTION: Don't remove pytest-cov and pytest as they are needed.
pytest-cov
# TODO: Remove the pinning of the pytest-cov version again once issue
# https://github.com/z4r/python-coveralls/issues/66
# is resolved.
# Background: pytest-cov 2.6.0 has increased the version
# requirement for the coverage package from >=3.7.1 to
# >=4.4, which is in conflict with the version requirement
# defined by the python-coveralls package for coverage==4.0.3.
pytest-cov>=2.4.0,<2.6
pytest
hypothesis[numpy]
Sphinx
Expand Down

0 comments on commit 05f0df0

Please sign in to comment.