From 399276ea6977d35fa0cd632e4e73190d4bb915bc Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Thu, 26 Feb 2026 22:07:58 +0100 Subject: [PATCH] fix: use importlib import mode to resolve test module name collisions Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27426bc..4990b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ ] [tool.pytest.ini_options] -addopts = "-q -m \"not integration\"" +addopts = "-q -m \"not integration\" --import-mode=importlib" asyncio_mode = "auto" testpaths = ["tests"] markers = [