mirror of https://github.com/python/cpython.git
gh-122686: Pin attrs package (for Hypothesis workflow) (#122687)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
44659d3927
commit
35ae4aab1a
|
@ -1,4 +1,7 @@
|
||||||
# Requirements file for hypothesis that
|
# Requirements file for hypothesis that
|
||||||
# we use to run our property-based tests in CI.
|
# 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
|
hypothesis==6.104.2
|
||||||
|
|
Loading…
Reference in New Issue