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-asyncio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.5.post1
Choose a base ref
...
head repository: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.6
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 19, 2024

  1. Build(deps): Bump packaging from 23.2 to 24.0 in /dependencies/default

    Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.0.
    - [Release notes](https://github.com/pypa/packaging/releases)
    - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
    - [Commits](pypa/packaging@23.2...24.0)
    
    ---
    updated-dependencies:
    - dependency-name: packaging
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ef3b347 View commit details
    Browse the repository at this point in the history
  2. Build(deps): Bump pytest from 8.0.2 to 8.1.1 in /dependencies/default

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.0.2...8.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8bd8288 View commit details
    Browse the repository at this point in the history
  3. Build(deps): Bump coverage from 7.4.3 to 7.4.4 in /dependencies/default

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.4.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.4.3...7.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    726c6e0 View commit details
    Browse the repository at this point in the history
  4. Build(deps): Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.12...v1.8.14)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5f2338d View commit details
    Browse the repository at this point in the history
  5. Build(deps): Bump packaging from 23.2 to 24.0 in /dependencies/docs

    Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.0.
    - [Release notes](https://github.com/pypa/packaging/releases)
    - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
    - [Commits](pypa/packaging@23.2...24.0)
    
    ---
    updated-dependencies:
    - dependency-name: packaging
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c3429fa View commit details
    Browse the repository at this point in the history
  6. Use FixtureRequest instead of SubRequest

    `SubRequest` is a subclass of `FixtureRequest`, but is currently private
    so pytest-asyncio uses `Any` instead. However, `FixtureRequest` typing
    is sufficient for our needs, so can use that instead.
    bluetech authored and seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    cdd2c49 View commit details
    Browse the repository at this point in the history
  7. Remove unused function _removesuffix

    bluetech authored and seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    13d4b79 View commit details
    Browse the repository at this point in the history
  8. Fix compatibility with pytest 8.2 FixtureDef.unittest removal

    Since pytest 8.2 unittest and regular behave the same, so unittest
    special handling is no longer needed.
    bluetech authored and seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    143f745 View commit details
    Browse the repository at this point in the history
  9. [docs] Mentioned pytest 8.2 compatibility fix in changelog.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c34da04 View commit details
    Browse the repository at this point in the history
Loading