From 0566683203b2c136e49277003cdd7ce381d7dc0e Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 30 Dec 2022 17:31:34 +0100 Subject: [PATCH] reenable pytest --import-mode=importlib --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fed6173..d7b8a1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,5 +60,5 @@ enabled = true # https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure%3E # https://docs.pytest.org/en/7.1.x/explanation/goodpractices.html#which-import-mode -# [tool.pytest.ini_options] -# addopts = [ "--import-mode=importlib", ] +[tool.pytest.ini_options] +addopts = [ "--import-mode=importlib", ]