Skip to content

Commit

Permalink
Switch to recommended import mode in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mwchase committed Apr 12, 2024
1 parent a287701 commit f94d680
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]

0 comments on commit f94d680

Please sign in to comment.