Skip to content

Commit e88ef73

Browse files
committed
tox: remove explicit custom python path
Removes the custom Python path explicitly set in the tox configuration file. This should resolve situations [1] where pip may not install required packages (and dependencies) into target virtualenv since they are already provided in PYTHONPATH (see also [2]). [1]: #45 [2]: tox-dev/tox#330 Signed-off-by: James Knight <[email protected]>
1 parent a27833d commit e88ef73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ skip_missing_interpreters = true
44

55
[testenv]
66
deps = -r{toxinidir}/requirements_dev.txt
7-
setenv =
8-
PYTHONPATH = {toxinidir}:{toxinidir}/pluralsight
97
changedir=test
108
commands =
119
python -m test_builder

0 commit comments

Comments
 (0)