summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-07-29 09:37:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-07-29 09:37:26 -0400
commit397bc15fb7aed9e4747d758d43a41b9379add5ef (patch)
tree56051b45a00aa1d7355cd4800a53e8dc64e205a8 /requirements
parentc93f23b9a58df31baf72465a5d992b1fd6694d2b (diff)
downloadpython-coveragepy-397bc15fb7aed9e4747d758d43a41b9379add5ef.tar.gz
Setuptools fixed their egg-ordering problem, no need for this test workaround any more.
Diffstat (limited to 'requirements')
-rw-r--r--requirements/wheel.pip2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index d915a5b..cc03d89 100644
--- a/requirements/wheel.pip
+++ b/requirements/wheel.pip
@@ -1,3 +1,3 @@
# Things needed to make wheels for coverage.py
-setuptools==21.1.0
+setuptools==25.1.1
wheel==0.29.0