summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r--requirements/pytest.pip8
1 files changed, 5 insertions, 3 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 3b549974..795b1d3f 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -4,14 +4,16 @@
# The pytest specifics used by coverage.py
# 4.x is last to support py2
-pytest==4.6.6
-pytest-xdist==1.30.0
+pytest==4.6.11
+pytest-xdist==1.32.0
flaky==3.6.1
+# 4.x is py3-only
mock==3.0.5
# Use a fork of PyContracts that supports Python 3.9
#PyContracts==1.8.12
git+https://github.com/slorg1/contracts@collections_and_validator
-hypothesis==4.41.2
+# hypothesis 5.x is py3-only
+hypothesis==4.57.1
# Our testing mixins
unittest-mixins==1.6