summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-10-18 07:11:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-10-18 07:20:51 -0400
commit9e32140b6620558b59fd52af1d99e4f4d64b2b15 (patch)
tree799ae68c518265ee0cf5821f4ed414a0f86e62c3 /requirements/pytest.pip
parentfafa21ac89ba49069c62ecd3bee802e9cab7e2c0 (diff)
downloadpython-coveragepy-git-9e32140b6620558b59fd52af1d99e4f4d64b2b15.tar.gz
Upgrade stuff
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r--requirements/pytest.pip9
1 files changed, 5 insertions, 4 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 30799efa..2ad9fb70 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,12 +3,13 @@
# The pytest specifics used by coverage.py
-pytest==4.6.2
-pytest-xdist==1.28.0
-flaky==3.5.3
+# 4.x is last to support py2
+pytest==4.6.6
+pytest-xdist==1.30.0
+flaky==3.6.1
mock==3.0.5
PyContracts==1.8.12
-hypothesis==4.32.1
+hypothesis==4.41.2
# Our testing mixins
unittest-mixins==1.6