Skip to content

Commit 77874df

Browse files
authored
Fix failing configuration
1 parent f507406 commit 77874df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ lint.select = ["E4", "E7", "E9", "F", "I", "W292", "W291"]
5959
include = ["src/pyoframe/*"]
6060

6161
[tool.pytest.ini_options]
62-
addopts = "--doctest-modules --ignore=scripts --markdown-docs --markdown-docs-syntax=superfences"
62+
addopts = "--doctest-modules --ignore=scripts --markdown-docs --markdown-docs-syntax=superfences --import-mode=importlib"
6363

6464
[tool.setuptools_scm]
6565
version_file = "src/pyoframe/_version.py"

0 commit comments

Comments
 (0)