diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-01 18:31:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 18:31:19 -0500 |
| commit | 95accbbd4f5d3fd1ac29b306e986fce967fde865 (patch) | |
| tree | 37b7940b35fb07da159e24f1bc3baca1b6ae97ca /tests | |
| parent | 3d5b7775b7b7ee6c0b354a04fe1d33c1f9b0e5df (diff) | |
| parent | dc868755d53520895d96ec0251a66df562a37095 (diff) | |
| download | external_python_setuptools-95accbbd4f5d3fd1ac29b306e986fce967fde865.tar.gz external_python_setuptools-95accbbd4f5d3fd1ac29b306e986fce967fde865.tar.bz2 external_python_setuptools-95accbbd4f5d3fd1ac29b306e986fce967fde865.zip | |
Merge pull request #1908 from benoit-pierre/drop_py34_support
drop support for Python 3.4
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 1f8bd19d..4b5e0eeb 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,5 @@ mock -pytest-flake8; python_version!="3.4" -pytest-flake8<=1.0.0; python_version=="3.4" +pytest-flake8 virtualenv>=13.0.0 pytest-virtualenv>=1.2.7 pytest>=3.7 |
