You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments