Pin minimum versions of pytest, pytest-cov, coverage for compatibility

This fixes #555
This commit is contained in:
Lucas Clay 2019-03-25 14:39:52 -04:00
parent 641a91dc31
commit 8822fa0b8c
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# The following are only required for Cement development
pytest
pytest-cov
coverage
pytest>=4.3.1
pytest-cov>=2.6.1
coverage>=4.5.3
sphinx
sphinx_rtd_theme
pep8

View File

@ -1,7 +1,7 @@
# The following are only required for Cement development
pytest
pytest-cov
coverage
pytest>=4.3.1
pytest-cov>=2.6.1
coverage>=4.5.3
sphinx
sphinx_rtd_theme
pep8

View File

@ -1,7 +1,7 @@
# The following are only required for Cement development
pytest
pytest-cov
coverage
pytest>=4.3.1
pytest-cov>=2.6.1
coverage>=4.5.3
sphinx
sphinx_rtd_theme
pep8