summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-12-07 05:56:20 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-12-12 11:18:58 -0500
commit205a8ccab621111eae4870c1bb45ece7664a76b5 (patch)
tree3ab2dfdaff5fb99a1dbc039819e4051af19faff7
parentdff1ff4751e8b272457e5aba7934f69394c3382b (diff)
downloadpython-coveragepy-git-205a8ccab621111eae4870c1bb45ece7664a76b5.tar.gz
test(build): try pytest 7
-rw-r--r--requirements/pytest.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/pytest.in b/requirements/pytest.in
index 5ff874f1..f299e81f 100644
--- a/requirements/pytest.in
+++ b/requirements/pytest.in
@@ -8,7 +8,7 @@
flaky
hypothesis
-pytest
+pytest==7.0.0rc1
pytest-xdist
# Use a fork of PyContracts that supports Python 3.9
#PyContracts==1.8.12