We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da8df6 commit 6431451Copy full SHA for 6431451
hypothesis-python/tests/common/setup.py
@@ -76,6 +76,9 @@ def run():
76
if "crosshair" in AVAILABLE_PROVIDERS:
77
settings.register_profile(
78
"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"),
82
backend="crosshair",
83
max_examples=20,
84
deadline=None,
0 commit comments