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
test_sequential: resolve() the system_executable (#2751)
When the _base_executable is a hardlink (macOS homebrew), then the
virtualenv `PythonInfo.current_system()` call might not return the same
path as tox's PythonInfo.interpreter, even though they would be pointing
to the same file.
fix issue #2720
0 commit comments