1 2 3 4 5 6 7 8 9 10 11
[project] name = "learn_python" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.pytest.ini_options] addopts = [ "--import-mode=importlib", ]