From ec21d5fefb5b067a561320d99bd3eef81ed1bd1d Mon Sep 17 00:00:00 2001 From: Tim Lister Date: Thu, 13 Jun 2024 14:17:09 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7b9bc2..3a518b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,12 +53,12 @@ build-backend = "setuptools.build_meta" write_to = "src/etc/_version.py" [tool.pytest.ini_options] +consider_namespace_packages = "True" testpaths = [ "tests", ] addopts = [ "--import-mode=importlib", - "consider_namespace_packages=True" ] [tool.black]