Skip to content

Commit

Permalink
bump crosshair
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Oct 10, 2024
1 parent ccdbfea commit d7f6538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def local_file(name):
"pytest": ["pytest>=4.6"],
"dpcontracts": ["dpcontracts>=0.4"],
"redis": ["redis>=3.0.0"],
"crosshair": ["hypothesis-crosshair>=0.0.14", "crosshair-tool>=0.0.73"],
"crosshair": ["hypothesis-crosshair>=0.0.16", "crosshair-tool>=0.0.74"],
# zoneinfo is an odd one: every dependency is platform-conditional.
"zoneinfo": [
"tzdata>=2024.2 ; sys_platform == 'win32' or sys_platform == 'emscripten'",
Expand Down
1 change: 1 addition & 0 deletions hypothesis-python/tests/cover/test_health_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test(x):
test()


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

Expand Down

0 comments on commit d7f6538

Please sign in to comment.