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.1
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.2
Choose a head ref
  • 11 commits
  • 21 files changed
  • 8 contributors

Commits on Sep 2, 2023

  1. Checkout source code during deploy

    We need the checked out repository in order to push the tag.
    nicoddemus committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    0319a0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11377 from pytest-dev/release-7.4.1

    Prepare release 7.4.1
    nicoddemus authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    82eb86f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Fix user_properties not saved to XML if fixture errors during teardown (

    #11382)
    
    Move handling of user_properties to `finalize()`.
    
    Previously if a fixture failed during teardown, `pytest_runtest_logreport` would not be called with "teardown", resulting in the user properties not being saved on the JUnit XML file.
    
    Fixes: #11367
    (cherry picked from commit 917ce9a)
    
    Co-authored-by: Israel Fruchter <[email protected]>
    nicoddemus and fruch authored Sep 3, 2023
    Configuration menu
    Copy the full SHA
    7f5d9b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. [7.4.x] Fix import_path for packages (#11395)

    Co-authored-by: Bruno Oliveira <[email protected]>
    github-actions[bot] and nicoddemus authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1de00e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. [7.4.x] improve plugin list disclaimer (#11398)

    Co-authored-by: Stefaan Lippens <[email protected]>
    github-actions[bot] and soxofaan authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    de69883 View commit details
    Browse the repository at this point in the history
  2. [7.4.x] doc: Remove done training (#11400)

    Co-authored-by: Florian Bruhin <[email protected]>
    github-actions[bot] and The-Compiler authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    79c2012 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    6e49a74 View commit details
    Browse the repository at this point in the history
  2. Fix crash when passing a very long cmdline argument (#11404)

    Fixes #11394
    
    (cherry picked from commit 28ccf47)
    nicoddemus committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    884b911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63b0c6f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11406 from nicoddemus/backport-11404-to-7.4.x

    [7.4.x] Fix crash when passing a very long cmdline argument (#11404)
    nicoddemus authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e4f022f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45f34df View commit details
    Browse the repository at this point in the history
Loading