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 0f97ac2 commit 1114346Copy full SHA for 1114346
pyproject.toml
@@ -55,7 +55,12 @@ raw-options = { local_scheme = "no-local-version" }
55
56
57
[tool.pytest.ini_options]
58
-addopts = ["-ra", "--strict-markers", "--strict-config"]
+addopts = [
59
+ "-ra",
60
+ "--strict-markers",
61
+ "--strict-config",
62
+ "--import-mode=importlib",
63
+]
64
xfail_strict = true
65
testpaths = "tests"
66
filterwarnings = ["once::Warning"]
0 commit comments