mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore(test): Migrate pythonpath to pytest v7 setting
This commit is contained in:
parent
36221042b7
commit
d32f0d0e74
1 changed files with 2 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue