Skip to content

Commit 1682067

Browse files
committed
add local python path to tox testenv
1 parent 9ff2078 commit 1682067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ usedevelop = True
1010
install_command = pip install {opts} {packages}
1111
setenv =
1212
YDB_ANONYMOUS_CREDENTIALS = 1
13+
PYTHONPATH = {env:PYTHONPATH}{:}{toxinidir}
1314
deps =
1415
-r{toxinidir}/test-requirements.txt
1516

0 commit comments

Comments
 (0)