]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - pyproject.toml
add recommended settings for pytest
[user/henk/code/python/learn_python.git] / pyproject.toml
1 [project]
2 name = "learn_python"
3
4 [build-system]
5 requires = ["hatchling"]
6 build-backend = "hatchling.build"
7
8 [tool.pytest.ini_options]
9 addopts = [
10     "--import-mode=importlib",
11 ]