Skip to content

Commit d4bcf3c

Browse files
Update pyproject.toml
1 parent dbde1b4 commit d4bcf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exclude = ["**/__pycache__"]
4747

4848
[tool.pytest.ini_options]
4949
minversion = "6.0"
50-
addopts = ["-p no:warnings"]
50+
addopts = ["-p no:warnings", "--import-mode=importlib"]
5151
xfail_strict = true
5252
log_cli_level = "warn"
5353
testpaths = ["tests"]

0 commit comments

Comments
 (0)