Skip to content

Commit f058aff

Browse files
committed
Format changes
1 parent 8d6acd6 commit f058aff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/cartesian_tests/conftest.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
def pytest_configure(config):
2727
# HealthCheck.too_slow causes more trouble than good -- especially in CIs.
2828
hyp.settings.register_profile(
29-
"lenient", hyp.settings(suppress_health_check=[hyp.HealthCheck.too_slow, hyp.HealthCheck.data_too_large], deadline=None)
29+
"lenient",
30+
hyp.settings(
31+
suppress_health_check=[hyp.HealthCheck.too_slow, hyp.HealthCheck.data_too_large],
32+
deadline=None,
33+
),
3034
)
3135
hyp.settings.load_profile("lenient")
3236

0 commit comments

Comments
 (0)