tests: Set pythonpath in pytest.ini
Makes pytest work without PYTHONPATH=. if running outside tox.
This commit is contained in:
parent
67db09a9c9
commit
c5e7a73ab7
|
|
@ -1,4 +1,5 @@
|
|||
[pytest]
|
||||
pythonpath = .
|
||||
log_level = NOTSET
|
||||
addopts = --strict-markers --strict-config --instafail --benchmark-columns=Min,Max,Median
|
||||
testpaths = tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue