diff options
| author | Paul Ganssle <paul@ganssle.io> | 2018-03-22 11:09:28 -0400 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2018-03-23 13:06:11 -0400 |
| commit | b987fe1c2fa61040cc07a07d93b5284b66b03288 (patch) | |
| tree | 3ce438ea08e682865fcbca545d6db9c9139a84fc /tests | |
| parent | 20e424c2dfa0d290580e4e355eca765632dc90a4 (diff) | |
| download | external_python_setuptools-b987fe1c2fa61040cc07a07d93b5284b66b03288.tar.gz external_python_setuptools-b987fe1c2fa61040cc07a07d93b5284b66b03288.tar.bz2 external_python_setuptools-b987fe1c2fa61040cc07a07d93b5284b66b03288.zip | |
Add lower bound to coverage packages
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index d3995f74..fd826d09 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,5 +5,5 @@ virtualenv>=13.0.0 pytest-virtualenv>=1.2.7 pytest>=3.0.2 wheel -coverage -pytest-cov +coverage>=4.5.1 +pytest-cov>=2.5.1 |
