summaryrefslogtreecommitdiff
path: root/zephyr/zmake/tests/test_reexec.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/tests/test_reexec.py')
-rw-r--r--zephyr/zmake/tests/test_reexec.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/zephyr/zmake/tests/test_reexec.py b/zephyr/zmake/tests/test_reexec.py
index 5d7905cd8f..63aa76cb70 100644
--- a/zephyr/zmake/tests/test_reexec.py
+++ b/zephyr/zmake/tests/test_reexec.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.
"""Test the zmake re-exec functionality."""
@@ -7,8 +7,7 @@ import os
import sys
import unittest.mock as mock
-import pytest
-
+import pytest # pylint:disable=import-error
import zmake.__main__ as main