summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <mergify[bot]@users.noreply.github.com>2019-05-28 19:56:19 +0000
committerGitHub <noreply@github.com>2019-05-28 19:56:19 +0000
commitd36295aae2d6d2238546309a0dc4043f6e27e78a (patch)
tree10d820c6961972238c55cb75a924471cc6573ab5
parent49a839f8905e548b2cd34ba0077595e4493c5900 (diff)
parentca1f766ee16c3a504082a95f2afd5a58fcae7d47 (diff)
downloadpython-setuptools-git-d36295aae2d6d2238546309a0dc4043f6e27e78a.tar.gz
Merge pull request #1772 from benoit-pierre/unpin_pytest
tests: unpin pytest
-rw-r--r--tests/requirements.txt3
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