summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-28 16:53:36 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-28 16:53:36 -0400
commit4bbb7d6b014c7a8a67850490c407bbd1f329d699 (patch)
tree1ea714bf45b5e7b1517495b995f56520b15dcd02 /tox.ini
parent56b0aaa62ff7f3bf87c9d1b746ce571fe827cdb1 (diff)
downloadpython-coveragepy-git-4bbb7d6b014c7a8a67850490c407bbd1f329d699.tar.gz
Update requirements
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 6a2fcb56..3732a19b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,11 +10,11 @@ toxworkdir = {env:TOXWORKDIR:.tox}
usedevelop = True
deps =
- # https://requires.io/github/nedbat/coveragepy/requirements/
+ # Check here for what might be out of date:
+ # https://requires.io/github/nedbat/coveragepy/requirements/
-rrequirements/pytest.pip
pip==10.0.1
- # setuptools>=36 vendors packages which pollute the coverage output in tests
- setuptools==35.0.2
+ setuptools==39.2.0
mock==2.0.0
PyContracts==1.8.3
unittest-mixins==1.4