From a445dd8aa82a0d665c7dcf8ce7e596064183cd63 Mon Sep 17 00:00:00 2001 From: Sebastian Grabowski Date: Fri, 1 Mar 2024 05:42:19 +0100 Subject: [PATCH] Configure pytest --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..2c70d6c3d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[tool.pytest.ini_options] +addopts = [ + "--import-mode=importlib", +]