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.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/zephyr/zmake/tests/conftest.py b/zephyr/zmake/tests/conftest.py
deleted file mode 100644
index 4572e23ffe..0000000000
--- a/zephyr/zmake/tests/conftest.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import hypothesis
-
-hypothesis.settings.register_profile(
- "cq", suppress_health_check=hypothesis.HealthCheck.all()
-)