From d32f0d0e74e8df6ec6ebe3d354e717738b60d100 Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:31:29 -0700 Subject: [PATCH] chore(test): Migrate pythonpath to pytest v7 setting --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 50fa377a..8abd0d1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,8 +66,8 @@ known_first_party = test_project DJANGO_SETTINGS_MODULE = test_project.settings # PYTHONPATH configuration: -# https://github.com/bigsassy/pytest-pythonpath -python_paths = ./eav +# https://docs.pytest.org/en/7.0.x/reference/reference.html#confval-pythonpath +pythonpath = ./eav # py.test options: norecursedirs =