summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-12 11:41:49 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-12 11:41:49 -0500
commita00120b542e04d2cd84dff8c18ac6b64bdbacda5 (patch)
tree6e88b81bdb15f019118a3971dd821ac850219057 /requirements/pytest.pip
parent9f43dd3620bbfda68017eb9dc2f4926f289dfade (diff)
downloadpython-coveragepy-git-a00120b542e04d2cd84dff8c18ac6b64bdbacda5.tar.gz
Update requirements
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r--requirements/pytest.pip6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index fe7729de..fb45bab2 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,12 +3,12 @@
# The pytest specifics used by coverage.py
-pytest==3.8.2
+pytest==3.10.1
pluggy>=0.7 # pytest needs this, but pip doesn't understand
-pytest-xdist==1.23.2
+pytest-xdist==1.24.1
flaky==3.4.0
mock==2.0.0
-PyContracts==1.8.3
+PyContracts==1.8.6
# Our testing mixins
unittest-mixins==1.6