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.18.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: 4.18.1
Choose a head ref
  • 8 commits
  • 14 files changed
  • 7 contributors

Commits on Aug 13, 2024

  1. Fix docs

    Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
    gaborbernat committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    dde4964 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Fixup the spec string for sys.executable (#3327)

    * Fixup the spec string for sys.executable
    
    The previous spec string was:
    
        namespace(name='cpython', cache_tag='cpython-313', version=sys.version_info(major=3, minor=13, micro=0, releaselevel='candidate', serial=1), hexversion=51183809, _multiarch='x86_64-linux-gnu')313-True
    
    When it was supposed to be:
    
        cpython313-64
    
    Fixes https://github.com/tox-dev/tox/pull/3325/files#r1718230254
    Fixes https://github.com/tox-dev/tox/pull/3325/files#r1718246292
    
    Adds tests for a new method.
    
    * Make the new method private
    
    * Silence the linter, this is a test for a private method
    
    The error was:
    
        tests/tox_env/python/test_python_api.py:314:12: SLF001 Private member accessed: `_python_spec_for_sys_executable`
            |
        312 |     mocker.patch.object(sys, "implementation", implementation)
        313 |     mocker.patch.object(sys, "maxsize", 2**arch // 2 - 1)
        314 |     spec = Python._python_spec_for_sys_executable()
            |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SLF001
        315 |     assert spec.implementation == impl
        316 |     assert spec.major == major
            |
    
        Found 1 error.
    
    * Add a changelog fragment
    hroncok authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    874e9af View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    fab358e View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#3329)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    3f004fc View commit details
    Browse the repository at this point in the history
  3. Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#3338)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.1.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    9138e15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c6f835 View commit details
    Browse the repository at this point in the history
  5. release 4.18.1

    gaborbernat committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    df34192 View commit details
    Browse the repository at this point in the history
Loading