Skip to content

Commit d7f6538

Browse files
committed
bump crosshair
1 parent ccdbfea commit d7f6538

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hypothesis-python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def local_file(name):
6060
"pytest": ["pytest>=4.6"],
6161
"dpcontracts": ["dpcontracts>=0.4"],
6262
"redis": ["redis>=3.0.0"],
63-
"crosshair": ["hypothesis-crosshair>=0.0.14", "crosshair-tool>=0.0.73"],
63+
"crosshair": ["hypothesis-crosshair>=0.0.16", "crosshair-tool>=0.0.74"],
6464
# zoneinfo is an odd one: every dependency is platform-conditional.
6565
"zoneinfo": [
6666
"tzdata>=2024.2 ; sys_platform == 'win32' or sys_platform == 'emscripten'",

hypothesis-python/tests/cover/test_health_checks.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test(x):
6464
test()
6565

6666

67+
@pytest.mark.skipif(settings._current_profile == "crosshair", reason="nondeterministic")
6768
def test_suppressing_filtering_health_check():
6869
forbidden = set()
6970

0 commit comments

Comments
 (0)