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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.4.3
Choose a base ref
...
head repository: pytest-dev/pytest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.4.4
Choose a head ref
  • 16 commits
  • 25 files changed
  • 8 contributors

Commits on Oct 24, 2023

  1. Merge pull request #11546 from pytest-dev/release-7.4.3

    Prepare release 7.4.3
    nicoddemus authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    53df616 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. [7.4.x] Add deploy instructions using the command-line (#11553)

    Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
    github-actions[bot] and nicoddemus authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f8070ff View commit details
    Browse the repository at this point in the history
  2. Fix tag name generated by deploy workflow (#11550) (#11554)

    Traditionally pytest publishes tags in the form `X.Y.Z`, however the deploy workflow (copied from somewhere else) published tags in the form `vX.Y.Z`.
    
    This is the root cause of #11548, because it tried to publish the release notes for tag `X.Y.Z` (which did not exist).
    
    Fix #11548
    
    (cherry picked from commit c172894)
    nicoddemus authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a32feda View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Update build-and-inspect-python-package action (#11561) (#11562)

    This should fix the action for Python 3.12.
    
    Ref: hynek/build-and-inspect-python-package#72
    (cherry picked from commit 2474368)
    nicoddemus authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ec5bd27 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    bd06870 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11570 from pytest-dev/backport-11567-to-7.4.x

    [7.4.x] doc/reference: fix sidebar TOC depth
    bluetech authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3550906 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. [7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#…

    …11616)
    
    Co-authored-by: Miro Hrončok <miro@hroncok.cz>
    github-actions[bot] and hroncok authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a40dacf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. [7.4.x] Fix for operation on closed file in faulthandler teardown (#1…

    …1631)
    
    Co-authored-by: Simon Blanchard <bnomis@gmail.com>
    github-actions[bot] and bnomis authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    13024ef View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. [7.4.x] Improves clarity in Sphinx documentation for function signatu…

    …re. (#11702)
    
    Co-authored-by: Arthur Richard <arthur.richard2299@gmail.com>
    github-actions[bot] and arthuRHD authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5582bfc View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    d06c05b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11747 from pytest-dev/backport-11711-to-7.4.x

    [7.4.x] nodes: fix tracebacks from collection errors are not getting pruned
    bluetech authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    2cdd619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f3387 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11143 from tushar-deepsource/patch-1

    (cherry picked from commit 084d756)
    
    [ran: adapted to 7.4.x, fixed changelog issue number]
    Zac-HD authored and bluetech committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    a0f58fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    531d76d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11751 from bluetech/backport-11143-to-7.4.x

    (cherry picked from commit 084d756)
    
    [ran: adapted to 7.4.x, fixed changelog issue number]
    bluetech authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    76c107c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33f694f View commit details
    Browse the repository at this point in the history
Loading