Skip to content

Commit

Permalink
change false deadline to None
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Apr 17, 2024
1 parent de92dd4 commit 8b6e33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/tests/test_generate_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ def test_collects_only_filtered_entities(
)

@settings(
deadline=False, suppress_health_check=[HealthCheck.function_scoped_fixture]
deadline=None, suppress_health_check=[HealthCheck.function_scoped_fixture]
)
@given(path_entities=path_entities())
def test_collect_all_but_filters_when_exclusion_filters_used(
Expand Down

0 comments on commit 8b6e33a

Please sign in to comment.