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

Ignore labels when provisioning #2917

Merged
merged 2 commits into from
Feb 8, 2023
Merged

Commits on Feb 8, 2023

  1. extend test_provision_plugin_runner with labels

    Run the provisioning environment twice, once with the explicit
    environment and once passing a label (-m)
    masenf committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b26a1b9 View commit details
    Browse the repository at this point in the history
  2. env_select: ignore labels when provisioning

    Do not attempt to set any test environments as active based on
    user-supplied labels when tox will provision a new environment and
    re-execute itself.
    
    If any labeled environments depend on a future tox version or external
    plugin, their configuration will be invalid and thus cannot be set
    active.
    
    fix tox-dev#2916
    masenf committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    386dad4 View commit details
    Browse the repository at this point in the history