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

Provision cwd #2877

Merged
merged 2 commits into from
Jan 17, 2023
Merged

Provision cwd #2877

merged 2 commits into from
Jan 17, 2023

Commits on Jan 17, 2023

  1. test_provision_conf_file: provision outside of {tox_root}

    using either a relative or absolute path to the conf file
    masenf committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5508b21 View commit details
    Browse the repository at this point in the history
  2. run provisioned tox in current working directory instead of {tox_root}

    running in a different working directory than the parent process changes the
    interpretation of relative paths on the command line passed to the provisoned
    tox and must be avoided.
    
    fix tox-dev#2876
    masenf committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    6e621b7 View commit details
    Browse the repository at this point in the history