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 = [