Skip to content

Commit b064732

Browse files
committed
1.0.0 RC 1
1 parent 31294bf commit b064732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev-3_13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy==2.2.5
22
pytest==8.3.3
33
invoke==2.2.0
4-
hypothesis==6.10.1
4+
hypothesis==6.131.16

test/test_auto_map_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_fam_array_non_unique_exception(keys: Keys):
194194
with warnings.catch_warnings():
195195
warnings.simplefilter("ignore")
196196

197-
hypothesis.assume(keys)
197+
hypothesis.assume(keys.size)
198198
duplicate = next(iter(keys))
199199

200200
with pytest.raises(ValueError):

0 commit comments

Comments
 (0)