Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pytest-aiohttp from 1.0.4 to 1.0.5 (#526)
Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 1.0.4 to 1.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/pytest-aiohttp/releases">pytest-aiohttp's releases</a>.</em></p> <blockquote> <h2>pytest-aiohttp v1.0.5</h2> <h1>pytest-aiohttp</h1> <p>pytest plugin for aiohttp support</p> <p>The library provides useful fixtures for creation test aiohttp server and client.</p> <h2>Installation</h2> <p>.. code-block:: console</p> <pre><code>$ pip install pytest-aiohttp </code></pre> <p>Add <code>asyncio_mode = auto</code> line to <code>pytest configuration <https://docs.pytest.org/en/latest/customize.html></code>_ (see <code>pytest-asyncio modes <https://github.com/pytest-dev/pytest-asyncio#modes></code>_ for details). The plugin works with <code>strict</code> mode also.</p> <h2>Usage</h2> <p>Write tests in <code>pytest-asyncio <https://github.com/pytest-dev/pytest-asyncio></code>_ style using provided fixtures for aiohttp test server and client creation. The plugin provides resources cleanup out-of-the-box.</p> <p>The simple usage example:</p> <p>.. code-block:: python</p> <pre><code>from aiohttp import web <p>async def hello(request): return web.Response(body=b"Hello, world")</p> <p>def create_app(): app = web.Application() app.router.add_route("GET", "/", hello) return app</p> <p>async def test_hello(aiohttp_client): client = await aiohttp_client(create_app()) resp = await client.get("/") </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst">pytest-aiohttp's changelog</a>.</em></p> <blockquote> <h2>1.0.5 (2023-09-06)</h2> <ul> <li>Fix some compatibility with Pytest 7.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/74b6faf80a24af9c34dfab0e74379a5fec8fa980"><code>74b6faf</code></a> Release 1.0.5</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/21112c0656ba72cae29c30625f7f74b82a0df7e2"><code>21112c0</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/51">#51</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/e8c8cfdddcc018830aaa74bea01d82cfaab8a7d1"><code>e8c8cfd</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/45">#45</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/49d9b356a8e095acb12922e43452619f06f001a5"><code>49d9b35</code></a> Add CodeQL workflow for GitHub code scanning (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/46">#46</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/a6a2533cc8bf4953a6ca3bfe539761123557db2d"><code>a6a2533</code></a> Use <code>pytest.hookimpl</code> in <code>pytest_configure</code> (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/49">#49</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/9aea81e961b81998970dc1ee74a4cd1c08de5b8c"><code>9aea81e</code></a> Update check-jsonschema URL and version (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/48">#48</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/a2c68a89dd6a4f987ad7f826f16491ab96d4916f"><code>a2c68a8</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/44">#44</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/74afa8790253160f1e2453550726714e0e04e55a"><code>74afa87</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/42">#42</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/fca6a97e5c2b6f6085ec226a18de9de467902f3d"><code>fca6a97</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/41">#41</a>)</li> <li><a href="https://github.com/aio-libs/pytest-aiohttp/commit/a4218fac924f625ce228debf2577bad4b0894224"><code>a4218fa</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/pytest-aiohttp/issues/39">#39</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/pytest-aiohttp/compare/v1.0.4...v1.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-aiohttp&package-manager=pip&previous-version=1.0.4&new-version=1.0.5)](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>
- Loading branch information