Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pytest-asyncio from 0.24.0 to 0.25.0 (#724)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's releases</a>.</em></p> <blockquote> <h2>pytest-asyncio 0.25.0</h2> <h1>0.25.0 (2024-12-13)</h1> <ul> <li>Deprecated: Added warning when asyncio test requests async <code>@pytest.fixture</code> in strict mode. This will become an error in a future version of flake8-asyncio. <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/979">#979</a></li> <li>Updates the error message about <em>pytest.mark.asyncio</em>'s <em>scope</em> keyword argument to say <em>loop_scope</em> instead. <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1004">#1004</a></li> <li>Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/990">#990</a></li> <li>Propagates <em>contextvars</em> set in async fixtures to other fixtures and tests on Python 3.11 and above. <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1008">#1008</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/b24de088dbb92de2cedc506bcc4adb522a72bf7c"><code>b24de08</code></a> build: Prepare release of v0.25.0</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/9fd64da493b5278938ade7e1d73ee4a18543325a"><code>9fd64da</code></a> changelog += <code>asyncio_default_fixture_loop_scope</code></li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/f15b9c2469cacf7b2f2684b4abc2c121dd1defab"><code>f15b9c2</code></a> Add release note for <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1008">#1008</a></li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/0184cbab4766417aa662f8c7309bd9b8eb13d2ba"><code>0184cba</code></a> Refactor tests to use Pytester</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/97c682f48c60b60c07e977e6cd74e844d43ccd68"><code>97c682f</code></a> Copy context variables from non-generator fixtures</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/62ab185208b5c6d497c2618aae1bb96d6f3472f4"><code>62ab185</code></a> Improve contextvars test coverage</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/3004bb76050593463819bb809249af76542e54ba"><code>3004bb7</code></a> Simplify contextvars support</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/746c11462e1c14f41146e9217ea43df99dc982c2"><code>746c114</code></a> Maintain contextvars.Context in fixtures and tests</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/ebbd602687c46e34089963e4a06183e5f9774db0"><code>ebbd602</code></a> docs: describe when UsageError is raised for loop_scope="class" marker</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/c4c1b482de0472d91b40ba0c07935d704c483bce"><code>c4c1b48</code></a> Build(deps): Bump hypothesis in /dependencies/default</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-asyncio&package-manager=pip&previous-version=0.24.0&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information