From df9330f9b8a580c6b4276a86e89d1b91edf6b1c9 Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Mon, 11 Mar 2024 15:34:33 -0400 Subject: [PATCH] chore: add pytest consider_namespace_packages option This is required as of pytest >= 8.1.0. See https://github.com/pytest-dev/pytest/issues/11475 --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index e7b8a710f..a5f561268 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,7 @@ [pytest] addopts = --import-mode=importlib +consider_namespace_packages = true ; environment variables that will be added before tests are run ; key=value pairs with no spaces ; env_vars =