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: pytest-dev/pytest-mock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.15.0
Choose a base ref
...
head repository: pytest-dev/pytest-mock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.15.1
Choose a head ref
  • 9 commits
  • 10 files changed
  • 6 contributors

Commits on Sep 4, 2025

  1. Merge pull request #528 from pytest-dev/release-3.15.0

    Release 3.15.0
    nicoddemus authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    7d22ef4 View commit details
    Browse the repository at this point in the history
  2. Fix gen-release-notes script

    We now only include the version in the release title, with the date below it. Because of this, need to adjust the script to understand the underlines that define the title are now shorter.
    nicoddemus committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    5b29b03 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Fix standalone mock support (#531)

    It was removed by accident in #528 after running `pyupgrade --py39-plus`.
    
    Fix #530
    nicoddemus authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    e696bf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.11...v0.12.12)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    95ad570 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 5 to 6 in the github-actions group (#533)

    Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/setup-python` from 5 to 6
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    adc4187 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

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

Commits on Sep 16, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.12...v0.13.0)
    - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    4fa0088 View commit details
    Browse the repository at this point in the history
  2. Set spy_return_iter only when explicitly requested (#537)

    Fixes #529
    
    ---------
    
    Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
    vokracko and nicoddemus authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    184eb19 View commit details
    Browse the repository at this point in the history
  3. Release 3.15.1

    nicoddemus authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    e1b5c62 View commit details
    Browse the repository at this point in the history
Loading