8000 Comparing 7.4.0...7.4.1 · pytest-dev/pytest · GitHub
[go: up one dir, main page]

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.0
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.1
Choose a head ref
  • 20 commits
  • 34 files changed
  • 13 contributors

Commits on Jun 23, 2023

  1. Merge pull request #11131 from pytest-dev/release-7.4.0

    Prepare release 7.4.0
    bluetech authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    fb03d13 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Switch to deploy environment and configure for pypi oidc (#10925) (#1…

    …1162)
    
    Closes #10871
    Closes #10870
    
    Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
    nicoddemus and RonnyPfannschmidt authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b6c5578 View commit details
    Browse the repository at this point in the history
  2. [7.4.x] Fix duplicated imports with importlib mode and doctest-modules (

    #11164)
    
    Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
    github-actions[bot] and nicoddemus authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a4d7254 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. [7.4.x] Update open trainings (#11172)

    Co-authored-by: Florian Bruhin <me@the-compiler.org>
    github-actions[bot] and The-Compiler authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d539518 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. [7.4.x] Add child modules as attributes of parent modules. (#11163)

    * [7.4.x] Add child modules as attributes of parent modules.
    
    * Update 10337.bugfix.rst
    
    ---------
    
    Co-authored-by: akhilramkee <31619526+akhilramkee@users.noreply.github.com>
    Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
    3 people authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    c71b5df View commit details
    Browse the repository at this point in the history
  2. [7.4.x] Fix error assertion handling in approx when None in dict comp…

    …arison (#11180)
    
    Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
    github-actions[bot] and Zac-HD authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    511adf8 View commit details
    Browse the repository at this point in the history
  3. [7.4.x] reference: improve the node types docs a bit (#11181)

    Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
    github-actions[bot] and nicoddemus authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a566b78 View commit details
    Browse the repository at this point in the history
  4. [7.4.x] doc: fix EncodingWarnings in examples (#11182)

    Co-authored-by: Ran Benita <ran@unusedvar.com>
    github-actions[bot] and bluetech authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6dfe498 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. [7.4.x] Clarify docs for pytest.main default behavior (#11188)

    Co-authored-by: antosikv <79337398+antosikv@users.noreply.github.com>
    github-actions[bot] and antosikv authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    06ff7ca View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. [7.4.x] Remove ep2023 training (#11242)

    Co-authored-by: Florian Bruhin <me@the-compiler.org>
    github-actions[bot] and The-Compiler authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    350122a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. [7.4.x] doc: update information about assertion messages (#11286)

    Co-authored-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
    github-actions[bot] and calestyo authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    34c7394 View commit details
    Browse the repository at this point in the history
  2. [7.4.x] doc: Link pytest.main to how-to guide (#11290)

    Co-authored-by: Florian Bruhin <me@the-compiler.org>
    github-actions[bot] and The-Compiler authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e3fe728 View commit details
    Browse the repository at this point in the history
  3. ci: Use Python 3.8 to test latest pluggy

    Pluggy dropped Python 3.7 support.
    Also see 165fbbd
    
    Fixes #11293
    The-Compiler committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ba40975 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11294 from The-Compiler/pluggy-py38

    ci: Use Python 3.8 to test latest pluggy
    nicoddemus authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5c7c3f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. [7.4.x] Improve duplicate values documentation (#11296)

    Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
    github-actions[bot] and nicoddemus authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6914071 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. [7.4.x] Fixes for typed pluggy (#11355)

    Since version 1.3 pluggy added typing, which requires some fixes to
    please mypy.
    bluetech authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    7a5f2fe View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. [7.4.x] Issue 11354 fixing docs for lfnf (#11364)

    Co-authored-by: Sean Patrick Malloy <spmalloy@ucdavis.edu>
    github-actions[bot] and seanjedi authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b170081 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. [7.4.x] Update CONTRIBUTING.rst (#11371)

    Co-authored-by: Sourabh Beniwal <sourabhbeniwal@outlook.com>
    github-actions[bot] and bsour authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    fbcfd3a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    7a0a0e8 View commit details
    Browse the repository at this point in the history
  2. Improve CI workflow

    * Build the package only once, and test on all platforms.
    * Deploy is now triggered manually via an Action, which is then responsible for tagging the repository after the package has been uploaded successfully.
    * Drop 'docs': we nowadays rely on readthedocs preview PR builds.
    nicoddemus committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    7855a72 View commit details
    Browse the repository at this point in the history
Loading
0