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 lock #2516

Merged
merged 7 commits into from Oct 25, 2022
Merged

Provision lock #2516

merged 7 commits into from Oct 25, 2022

Commits on Oct 10, 2022

  1. test_provision_int: test_provision_race

    kick off two processes that need to provision the tox environment and
    ensure they don't stomp on each other in the process.
    masenf committed Oct 10, 2022
    Copy the full SHA
    ae380fd View commit details
    Browse the repository at this point in the history
  2. provision: take a lock for provision_tox_env

    avoid race condition when `.tox` environment needs to be provisioned
    masenf committed Oct 10, 2022
    Copy the full SHA
    9cc2367 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. test_provision_int: fix <py36 support

    subprocess.Popen didn't accept the `encoding` kwarg.
    
    rather than attempting other tricks, just match the output as an
    explicit bytestring, which will work on any interpreter.
    masenf committed Oct 25, 2022
    Copy the full SHA
    ca06395 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e056af0 View commit details
    Browse the repository at this point in the history
  3. add Masen Furer to CONTRIBUTORS

    as per PR checklist
    masenf committed Oct 25, 2022
    Copy the full SHA
    804f8c1 View commit details
    Browse the repository at this point in the history
  4. changelog: issue tox-dev#2515

    add changelog information about issue tox-dev#2515
    masenf committed Oct 25, 2022
    Copy the full SHA
    53c1c5f View commit details
    Browse the repository at this point in the history
  5. changelog: fixup: use double backticks

    rst ``code`` is two backticks.................................Failed
    - hook id: rst-backticks
    - exit code: 1
    masenf committed Oct 25, 2022
    Copy the full SHA
    59071f4 View commit details
    Browse the repository at this point in the history