Skip to content

Commit 5053580

Browse files
authored
Merge pull request #157 from ssec-jhu/fix-pytest-name-mismatch
Fix pytest failure due to import name missmatch
2 parents cdd5ff1 + ed34a7b commit 5053580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ exclude = [
105105
]
106106
target-version = "py311"
107107

108+
[tool.pytest.ini_options]
109+
addopts = "--import-mode=importlib"
110+
108111
[tool.ruff.lint.pydocstyle] # https://docs.astral.sh/ruff/settings/#lint_pydocstyle_convention
109112
convention = "google"
110113

0 commit comments

Comments
 (0)