X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=pyproject.toml;fp=pyproject.toml;h=cedae45f2bdc6f123d76581fd6053924a779b735;hb=0ff99eb77ea9e897d8705ba266550ac1dbd03c01;hp=de5bfd10b718c00c7ac8ac1aa0a295184be857e6;hpb=247d927f49a8ba6e17e06acba117256ad73d41e9;p=user%2Fhenk%2Fcode%2Fpython%2Flearn_python.git diff --git a/pyproject.toml b/pyproject.toml index de5bfd1..cedae45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,3 +4,8 @@ name = "learn_python" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" + +[tool.pytest.ini_options] +addopts = [ + "--import-mode=importlib", +]