Skip to content

Commit 8906d73

Browse files
committed
V6.0.3
1 parent 5872536 commit 8906d73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ updatedev.sequence = ["linter", {shell = "uv lock --upgrade && uv sync --all-ext
6565
build.sequence = ["updatedev", "tests", {shell = "uv build --wheel"}]
6666

6767
[tool.pytest.ini_options]
68-
addopts = "-v --cov --cov-report=term --cov-report=xml --junitxml=junit.xml"
68+
addopts = "-v --import-mode=importlib --cov --cov-report=term --cov-report=xml --junitxml=junit.xml"
6969
junit_family = "legacy"
7070
testpaths = ["tests"]
7171
markers = [

0 commit comments

Comments
 (0)