-
Notifications
You must be signed in to change notification settings - Fork 163
Comparing changes
Open a pull request
base repository: pytest-dev/pytest-asyncio
base: v0.23.5.post1
head repository: pytest-dev/pytest-asyncio
compare: v0.23.6
- 9 commits
- 5 files changed
- 3 contributors
Commits on Mar 19, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for ef3b347 - Browse repository at this point
Copy the full SHA ef3b347View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8bd8288 - Browse repository at this point
Copy the full SHA 8bd8288View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 726c6e0 - Browse repository at this point
Copy the full SHA 726c6e0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5f2338d - Browse repository at this point
Copy the full SHA 5f2338dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c3429fa - Browse repository at this point
Copy the full SHA c3429faView commit details -
Use
FixtureRequest
instead ofSubRequest
`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.
Configuration menu - View commit details
-
Copy full SHA for cdd2c49 - Browse repository at this point
Copy the full SHA cdd2c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d4b79 - Browse repository at this point
Copy the full SHA 13d4b79View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 143f745 - Browse repository at this point
Copy the full SHA 143f745View commit details -
[docs] Mentioned pytest 8.2 compatibility fix in changelog.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for c34da04 - Browse repository at this point
Copy the full SHA c34da04View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.23.5.post1...v0.23.6