https://github.com/python/cpython/commit/35ae4aab1aae93c1c11c45ac431787ff79ce7907
commit: 35ae4aab1aae93c1c11c45ac431787ff79ce7907
branch: main
author: Sergey B Kirpichev <skirpic...@gmail.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2024-08-06T06:56:50+03:00
summary:

gh-122686: Pin attrs package (for Hypothesis workflow) (#122687)

Co-authored-by: Victor Stinner <vstin...@python.org>

files:
M Tools/requirements-hypothesis.txt

diff --git a/Tools/requirements-hypothesis.txt 
b/Tools/requirements-hypothesis.txt
index ab3f39ac6ee087..03f955ba8bf310 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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to