tests: Set pythonpath in pytest.ini

Makes pytest work without PYTHONPATH=. if running outside tox.
This commit is contained in:
Florian Bruhin 2025-10-22 15:20:17 +02:00
parent 67db09a9c9
commit c5e7a73ab7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[pytest]
pythonpath = .
log_level = NOTSET
addopts = --strict-markers --strict-config --instafail --benchmark-columns=Min,Max,Median
testpaths = tests