summaryrefslogtreecommitdiff
path: root/zephyr/zmake/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/tests/conftest.py')
-rw-r--r--zephyr/zmake/tests/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/zmake/tests/conftest.py b/zephyr/zmake/tests/conftest.py
index dfea10457c..af56f794cc 100644
--- a/zephyr/zmake/tests/conftest.py
+++ b/zephyr/zmake/tests/conftest.py
@@ -11,6 +11,7 @@ import hypothesis # pylint:disable=import-error
import pytest # pylint:disable=import-error
import zmake.zmake as zm
+
hypothesis.settings.register_profile(
"cq", suppress_health_check=hypothesis.HealthCheck.all()
)