diff options
Diffstat (limited to 'test/py/tests/test_pinmux.py')
-rw-r--r-- | test/py/tests/test_pinmux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_pinmux.py b/test/py/tests/test_pinmux.py index f8c3f0dfbef..ee79e843341 100644 --- a/test/py/tests/test_pinmux.py +++ b/test/py/tests/test_pinmux.py @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 import pytest -import u_boot_utils +import utils @pytest.mark.buildconfigspec('cmd_pinmux') def test_pinmux_usage_1(ubman): |