Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_sequential: resolve() the system_executable #2751

Merged
merged 1 commit into from Dec 19, 2022

Commits on Dec 19, 2022

  1. test_sequential: resolve() the system_executable

    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 tox-dev#2720
    masenf committed Dec 19, 2022
    Copy the full SHA
    6aa4a15 View commit details
    Browse the repository at this point in the history