diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-05-28 21:38:56 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-05-28 21:38:56 +0200 |
| commit | ca1f766ee16c3a504082a95f2afd5a58fcae7d47 (patch) | |
| tree | d84baa3fe7eaa22aa69cbc511784d2d216b99d8d /tests | |
| parent | 3adda966e2e76ad59cf79fd8bdeab77fb11d308f (diff) | |
| download | external_python_setuptools-ca1f766ee16c3a504082a95f2afd5a58fcae7d47.tar.gz external_python_setuptools-ca1f766ee16c3a504082a95f2afd5a58fcae7d47.tar.bz2 external_python_setuptools-ca1f766ee16c3a504082a95f2afd5a58fcae7d47.zip | |
tests: unpin pytest
The new releases for pytest-fixture-config and pytest-shutil are
compatible with pytest>=4.0.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index f944df27..cb3e6726 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,8 +3,7 @@ pytest-flake8; python_version!="3.4" pytest-flake8<=1.0.0; python_version=="3.4" virtualenv>=13.0.0 pytest-virtualenv>=1.2.7 -# pytest pinned to <4 due to #1638 -pytest>=3.7,<4 +pytest>=3.7 wheel coverage>=4.5.1 pytest-cov>=2.5.1 |
