tox.ini: set PYTHONPATH for compatibility with tox 4 (#85755)

As PYTHONPATH is set to '' by tox 4, pytest-django cannot import
tests.project.settings.
This commit is contained in:
Benjamin Dauvergne 2024-01-16 19:15:20 +01:00
parent e912e4c687
commit 9fe638f4ec
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ setenv =
SETUPTOOLS_USE_DISTUTILS=stdlib
JUNIT=--junitxml=junit-{envname}.xml
coverage: COVERAGE=--cov-report xml --cov-report html --cov=publik_django_templatetags/
PYTHONPATH=.
deps =
django32: django>=3.2,<3.3
pytest