From: Sergey B Kirpichev Date: Tue, 6 Aug 2024 03:56:50 +0000 (+0300) Subject: gh-122686: Pin attrs package (for Hypothesis workflow) (#122687) X-Git-Tag: v3.14.0a1~879 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35ae4aab1aae93c1c11c45ac431787ff79ce7907;p=thirdparty%2FPython%2Fcpython.git gh-122686: Pin attrs package (for Hypothesis workflow) (#122687) Co-authored-by: Victor Stinner --- diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt index ab3f39ac6ee0..03f955ba8bf3 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