]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122686: Pin attrs package (for Hypothesis workflow) (#122687)
authorSergey B Kirpichev <skirpichev@gmail.com>
Tue, 6 Aug 2024 03:56:50 +0000 (06:56 +0300)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2024 03:56:50 +0000 (06:56 +0300)
Co-authored-by: Victor Stinner <vstinner@python.org>
Tools/requirements-hypothesis.txt

index ab3f39ac6ee0870c7d64f064be9a3df75d407fc0..03f955ba8bf310cae3808b691d263b444be09639 100644 (file)
@@ -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