Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.22.0
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.23.0
Choose a head ref
  • 10 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 16, 2021

  1. Merge pull request #1920 from tox-dev/release-3.22.0

    release 3.22.0
    gaborbernat authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    c81c586 View commit details
    Browse the repository at this point in the history
  2. Use python3.8 for rtd

    Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
    gaborbernat committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d5957b8 View commit details
    Browse the repository at this point in the history
  3. Delete readthedocs.yml

    gaborbernat authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3b8132a View commit details
    Browse the repository at this point in the history
  4. Update .readthedocs.yml

    gaborbernat authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5c494a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. [pre-commit.ci] pre-commit autoupdate (#1935)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a586b2a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Add --no-provision flag (#1922)

    tox can now be invoked with a new --no-provision flag that prevents provision,
    if requires or minversion are not satisfied, tox will fail;
    if a path is specified as an argument to the flag
    (e.g. as `tox --no-provision missing.json`) and provision is prevented,
    provision metadata are written as JSON to that path.
    
    Fixes #1921
    hroncok authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    93a9667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de42464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bc9b66 View commit details
    Browse the repository at this point in the history
  4. Add changelog for unicode

    Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
    gaborbernat committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    32e74a8 View commit details
    Browse the repository at this point in the history
  5. release 3.23.0

    gaborbernat committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    eee8ba1 View commit details
    Browse the repository at this point in the history
Loading