chore(test): Migrate pythonpath to pytest v7 setting

This commit is contained in:
Mike 2023-10-30 10:31:29 -07:00
parent 36221042b7
commit d32f0d0e74

View file

@ -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 =