diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-06-07 15:34:33 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-06-07 15:34:33 -0400 |
commit | 2978571ca2ccddc3fcc2b95304f9e61aa856e969 (patch) | |
tree | 8e3ff778c54be11a7296d5d34c31619baecb1883 | |
parent | 7790682780a770815e87a34f3f3a96874bd692af (diff) | |
download | python-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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |