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-localserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: pytest-dev/pytest-localserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0.post0
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 30, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/rhysd/actionlint: v1.7.1 → v1.7.3](rhysd/actionlint@v1.7.1...v1.7.3)
    pre-commit-ci[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e6f077a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Bump required pytest version to 4.6

    We have started getting an error with pytest>=4,<4.6 when setuptools>=71
    (or typeguard>=4.2) is also installed, due to a conflict with older
    pytest and setuptools' vendored version of typeguard. Out of various
    ways to resolve this conflict, this is the only one that doesn't involve
    putting an upper bound on the version of some package.
    
    It should still be technically possible to use older versions of pytest
    along with setuptools<71, if someone really needs to do that, but there
    isn't any way to express that dependency constraint, and I'm not going
    to go to any trouble to support long-obsolete versions of packages.
    diazona committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    caa00d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from pytest-dev/bump-pytest-to-4.6/1/dev

    Bump required pytest version to 4.6
    diazona authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    39cad5b View commit details
    Browse the repository at this point in the history
  3. Increase max allowed pytest version to 9

    pytest 8 has been out for a while; it's long past time we officially
    added support for it. This will allow people to use this plugin along
    with pytest 8.
    diazona committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ea88d50 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #99 from pytest-dev/support-pytest-8/1/dev

    Increase max allowed pytest version to 9
    diazona authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4c6432b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6996d5a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #96 from pytest-dev/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    diazona authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    64c7cd3 View commit details
    Browse the repository at this point in the history
  7. Fix a typo in changelog

    I accidentially wrote 0.9.1 instead of 0.9.0 when I updated
    the changelog for the last release. I'm fixing it now.
    diazona committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f54db74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69cb864 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Merge pull request #100 from pytest-dev/update-changes-for-0.9.0.post…

    …0/1/dev
    
    Update changes for upcoming 0.9.0.post0 release
    diazona authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    912ec1c View commit details
    Browse the repository at this point in the history
Loading