fix pytest path
Some checks failed
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
Ivan Schaller 2022-06-25 01:40:14 +02:00
parent adb42d6d0c
commit a19b8416cb

View file

@ -105,3 +105,8 @@ exclude = [
".tox",
".mypy_cache"
]
[tool.pytest.ini_options]
pythonpath = [
"."
]