Skip to content

Commit

Permalink
chore(test): Migrate pythonpath to pytest v7 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Oct 30, 2023
1 parent 3622104 commit d32f0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit d32f0d0

Please sign in to comment.