From 4fa439750c78290d118321608c88dffea63a3897 Mon Sep 17 00:00:00 2001 From: diffy Date: Wed, 25 Feb 2026 07:22:46 +1000 Subject: [PATCH] Use relative import for utils in test_pythoncapi_compat --- tests/test_pythoncapi_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pythoncapi_compat.py b/tests/test_pythoncapi_compat.py index 93005cd..7431db6 100644 --- a/tests/test_pythoncapi_compat.py +++ b/tests/test_pythoncapi_compat.py @@ -26,7 +26,7 @@ sysconfig = None # test.utils -from utils import run_command, command_stdout +from .utils import run_command, command_stdout # Windows uses MSVC compiler