summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r--requirements/pytest.pip5
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 5149e073..43d4efe5 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -5,8 +5,9 @@
# 4.x is last to support py2
pytest==4.6.11
-pytest-xdist==1.32.0
-flaky==3.6.1
+# 1.34 is last to support py2
+pytest-xdist==1.34.0
+flaky==3.7.0
# 4.x is py3-only
mock==3.0.5
# Use a fork of PyContracts that supports Python 3.9