We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5872536 commit 8906d73Copy full SHA for 8906d73
1 file changed
pyproject.toml
@@ -65,7 +65,7 @@ updatedev.sequence = ["linter", {shell = "uv lock --upgrade && uv sync --all-ext
65
build.sequence = ["updatedev", "tests", {shell = "uv build --wheel"}]
66
67
[tool.pytest.ini_options]
68
-addopts = "-v --cov --cov-report=term --cov-report=xml --junitxml=junit.xml"
+addopts = "-v --import-mode=importlib --cov --cov-report=term --cov-report=xml --junitxml=junit.xml"
69
junit_family = "legacy"
70
testpaths = ["tests"]
71
markers = [
0 commit comments