Skip to content

Commit 6c0c157

Browse files
committed
clear pythonpath when using tox
1 parent a417286 commit 6c0c157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deps =
88
-r{toxinidir}/requirements.txt
99
-r{toxinidir}/requirements-dev.txt
1010
commands =
11-
python -m pytest {posargs}
11+
python -m pytest {posargs} -o pythonpath=
1212

1313
[testenv:flake8]
1414
commands =

0 commit comments

Comments
 (0)