summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-06-07 15:34:33 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-06-07 15:34:33 -0400
commit2978571ca2ccddc3fcc2b95304f9e61aa856e969 (patch)
tree8e3ff778c54be11a7296d5d34c31619baecb1883
parent7790682780a770815e87a34f3f3a96874bd692af (diff)
downloadpython-coveragepy-git-2978571ca2ccddc3fcc2b95304f9e61aa856e969.tar.gz
Pin setuptools. Latest (36.0.1) causes test failures that we'll fix in a follow-on
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a70f6b2a..cbb745ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,7 @@ deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
-rrequirements/pytest.pip
pip==9.0.1
+ setuptools==35.0.2
mock==2.0.0
PyContracts==1.7.15
unittest-mixins==1.3