summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-29 06:12:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-29 19:21:11 -0500
commit4f8e7d83316712d606d344169f1bdb5ac2ae152b (patch)
treedf528a2a142e30dfcb80b8de3aef7ad3aaa5e69c /requirements/pytest.pip
parent9169aeadf5cf9e4fc30cd76ef53c0dff2ec946ef (diff)
downloadpython-coveragepy-git-4f8e7d83316712d606d344169f1bdb5ac2ae152b.tar.gz
Upgrades
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