fix: use importlib import mode to resolve test module name collisions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fa56168fb1
commit
399276ea69
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue