From c5e7a73ab7f56447343c723042078de46190a65c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 22 Oct 2025 15:20:17 +0200 Subject: [PATCH] tests: Set pythonpath in pytest.ini Makes pytest work without PYTHONPATH=. if running outside tox. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 3537bc0da..ade4934b4 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,5 @@ [pytest] +pythonpath = . log_level = NOTSET addopts = --strict-markers --strict-config --instafail --benchmark-columns=Min,Max,Median testpaths = tests