summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSergey B Kirpichev <skirpichev@gmail.com>2024-08-06 03:56:50 (GMT)
committerGitHub <noreply@github.com>2024-08-06 03:56:50 (GMT)
commit35ae4aab1aae93c1c11c45ac431787ff79ce7907 (patch)
treec4194165a1a0aed351ff046269b6725eade750ea /Tools
parent44659d392751f0161a0f958fec39ad013da45427 (diff)
downloadcpython-35ae4aab1aae93c1c11c45ac431787ff79ce7907.zip
cpython-35ae4aab1aae93c1c11c45ac431787ff79ce7907.tar.gz
cpython-35ae4aab1aae93c1c11c45ac431787ff79ce7907.tar.bz2
gh-122686: Pin attrs package (for Hypothesis workflow) (#122687)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/requirements-hypothesis.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt
index ab3f39a..03f955b 100644
--- a/Tools/requirements-hypothesis.txt
+++ b/Tools/requirements-hypothesis.txt
@@ -1,4 +1,7 @@
# Requirements file for hypothesis that
# we use to run our property-based tests in CI.
+# see https://github.com/python/cpython/issues/122686
+attrs<=23.2.0
+
hypothesis==6.104.2