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.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/zmake/tests/conftest.py b/zephyr/zmake/tests/conftest.py
index 38e34bef56..dfea10457c 100644
--- a/zephyr/zmake/tests/conftest.py
+++ b/zephyr/zmake/tests/conftest.py
@@ -1,4 +1,4 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -7,14 +7,14 @@
import os
import pathlib
-import hypothesis
-import pytest
-
+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()
)
+hypothesis.settings.load_profile("cq")
# pylint: disable=redefined-outer-name,unused-argument