Skip to content

Commit

Permalink
Change to list
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Sep 12, 2023
1 parent e4750ea commit 713a778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
DIFFERING_EXECUTOR_ENUM = 10 # Disabled since it fails with normal test setup

torch.random.manual_seed(SEED)
hypothesis.settings(suppress_health_check=hypothesis.HealthCheck(DIFFERING_EXECUTOR_ENUM))
hypothesis.settings(suppress_health_check=[hypothesis.HealthCheck(DIFFERING_EXECUTOR_ENUM)])

0 comments on commit 713a778

Please sign in to comment.