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: 4.5.2
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: 4.6.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on May 28, 2023

  1. Remove unnecessary Future usage (#3020)

    The tox.config.api.Loader.load() method was manually creating a Future
    and passing it to the .build() context manager method, but no executor
    was involved and nothing was asynchronous.  This commit moves the call
    to self.to() from the .load() method to the .build() method.  This
    allows dropping the Future and changing .build() from a context manager
    to a regular method.
    living180 authored May 28, 2023
    Configuration menu
    Copy the full SHA
    55cc1ea View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    7165642 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    9591fc2 View commit details
    Browse the repository at this point in the history
  2. release 4.6.0

    gaborbernat committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6d49672 View commit details
    Browse the repository at this point in the history
Loading