Skip to content

Commit 6431451

Browse files
committed
make crosshair profile inherit from default
1 parent 0da8df6 commit 6431451

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hypothesis-python/tests/common/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ def run():
7676
if "crosshair" in AVAILABLE_PROVIDERS:
7777
settings.register_profile(
7878
"crosshair",
79+
# inherit from default profile, even on CI. See
80+
# https://github.com/HypothesisWorks/hypothesis/pull/4536#issuecomment-3366741772
81+
settings.get_profile("default"),
7982
backend="crosshair",
8083
max_examples=20,
8184
deadline=None,

0 commit comments

Comments
 (0)