-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: pytest-dev/pytest-asyncio
base: main@{1day}
head repository: pytest-dev/pytest-asyncio
compare: main
- 14 commits
- 4 files changed
- 3 contributors
Commits on Jun 23, 2025
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/sirosen/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1)
Configuration menu - View commit details
-
Copy full SHA for 2a04a0f - Browse repository at this point
Copy the full SHA 2a04a0fView commit details
Commits on Jun 24, 2025
-
Build(deps): Bump hypothesis in /dependencies/default
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.135.10 to 6.135.14. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.135.10...hypothesis-python-6.135.14) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.135.14 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 b459149 - Browse repository at this point
Copy the full SHA b459149View commit details -
Build(deps): Bump urllib3 from 2.4.0 to 2.5.0 in /dependencies/docs
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.4.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 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 b63983e - Browse repository at this point
Copy the full SHA b63983eView commit details -
Build(deps): Bump pygments from 2.19.1 to 2.19.2 in /dependencies/docs
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.19.2. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.1...2.19.2) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.19.2 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 3591c24 - Browse repository at this point
Copy the full SHA 3591c24View commit details -
refactor: _wrap_async_fixture returns a Callable rather than modifyin…
…g the FixtureDef
Configuration menu - View commit details
-
Copy full SHA for d05365b - Browse repository at this point
Copy the full SHA d05365bView commit details -
refactor: _wrap_asyncgen_fixture returns a Callable rather than modif…
…ying the FixtureDef
Configuration menu - View commit details
-
Copy full SHA for 06ef78e - Browse repository at this point
Copy the full SHA 06ef78eView commit details -
refactor: _wrap_async_fixture receives the Fixture function rather th…
…an the FixtureDef.
Configuration menu - View commit details
-
Copy full SHA for 626d44b - Browse repository at this point
Copy the full SHA 626d44bView commit details -
refactor: _wrap_async_fixture forwards positional args from the origi…
…nal fixture function to the wrapper.
Configuration menu - View commit details
-
Copy full SHA for 1a83fb0 - Browse repository at this point
Copy the full SHA 1a83fb0View commit details -
refactor: _wrap_asyncgen_fixture receives the fixture function rather…
… than the FixtureDef.
Configuration menu - View commit details
-
Copy full SHA for ba324ef - Browse repository at this point
Copy the full SHA ba324efView commit details -
refactor: _wrap_asyncgen_fixture forwards positional args from the or…
…iginal fixture function to the wrapper.
Configuration menu - View commit details
-
Copy full SHA for 395c738 - Browse repository at this point
Copy the full SHA 395c738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8432333 - Browse repository at this point
Copy the full SHA 8432333View commit details -
refactor: Async fixtures are synchronized on demand rather than stati…
…cally. Previously, async coroutines and async generators used as fixture functions were wrapped with a fixture synchronizer during collection time. This allowed fixture function to be run as synchronous functions. This patch changes the synchronization to occur during the pytest_fixture_setup hook. The synchronization is now temporary, which means the wrapper fixture function is restored after the fixture setup has finished.
Configuration menu - View commit details
-
Copy full SHA for 8b8e6e9 - Browse repository at this point
Copy the full SHA 8b8e6e9View commit details -
refactor: Removed obsolete logic for removing the name of the loop fi…
…xture from a fixture wrapper's arguments.
Configuration menu - View commit details
-
Copy full SHA for 25d42a8 - Browse repository at this point
Copy the full SHA 25d42a8View commit details -
refactor: Fixture synchronizers rely on the caller to pass the correc…
…t event loop instance.
Configuration menu - View commit details
-
Copy full SHA for 6c9914b - Browse repository at this point
Copy the full SHA 6c9914bView 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 main@{1day}...main