Bump pytest from 7.2.1 to 7.2.2 #63

Merged
dependabot[bot] merged 1 commits from dependabot/pip/pytest-7.2.2 into main 2023-03-06 19:39:34 +00:00
dependabot[bot] commented 2023-03-06 12:15:49 +00:00 (Migrated from github.com)

Bumps pytest from 7.2.1 to 7.2.2.

Release notes

Sourced from pytest's releases.

7.2.2

pytest 7.2.2 (2023-03-03)

Bug Fixes

  • #10533: Fixed pytest.approx{.interpreted-text role="func"} handling of dictionaries containing one or more values of [0.0]{.title-ref}.
  • #10592: Fixed crash if [--cache-show]{.title-ref} and [--help]{.title-ref} are passed at the same time.
  • #10597: Fixed bug where a fixture method named teardown would be called as part of nose teardown stage.
  • #10626: Fixed crash if --fixtures and --help are passed at the same time.
  • #10660: Fixed :pypytest.raises{.interpreted-text role="func"} to return a 'ContextManager' so that type-checkers could narrow pytest.raises(...) if ... else nullcontext() down to 'ContextManager' rather than 'object'.

Improved Documentation

  • #10690: Added [CI]{.title-ref} and [BUILD_NUMBER]{.title-ref} environment variables to the documentation.
  • #10721: Fixed entry-points declaration in the documentation example using Hatch.
  • #10753: Changed wording of the module level skip to be very explicit about not collecting tests and not executing the rest of the module.
Commits
  • 4191e02 Prepare release version 7.2.2
  • eb50c6c [7.2.x] Normalize how changelog entries are written (#10790)
  • 9693556 [7.2.x] Fix test_cmdline_python_namespace_package (#10789)
  • e8e7d44 [7.2.x] made minor updates to fixtures docs (#10778)
  • 2fd4549 [7.2.x] docs: be more explicit about module level skip preventing collection ...
  • cee8d6f [7.2.x] Update import mode documentation to not refer to import() anymore...
  • 79108bf [7.2.x] add CI and BUILD_NUMBER env var in docs (#10750)
  • 779a87a [7.2.x] Update open training (#10740)
  • 6021681 Merge pull request #10734 from pytest-dev/backport-10725-to-7.2.x
  • 37e410f [7.2.x] Fix entry-points declaration in the documentation example using Hatch
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>7.2.2</h2> <h1>pytest 7.2.2 (2023-03-03)</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10533">#10533</a>: Fixed <code>pytest.approx</code>{.interpreted-text role=&quot;func&quot;} handling of dictionaries containing one or more values of [0.0]{.title-ref}.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10592">#10592</a>: Fixed crash if [--cache-show]{.title-ref} and [--help]{.title-ref} are passed at the same time.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10597">#10597</a>: Fixed bug where a fixture method named <code>teardown</code> would be called as part of <code>nose</code> teardown stage.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10626">#10626</a>: Fixed crash if <code>--fixtures</code> and <code>--help</code> are passed at the same time.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10660">#10660</a>: Fixed :py<code>pytest.raises</code>{.interpreted-text role=&quot;func&quot;} to return a 'ContextManager' so that type-checkers could narrow <code>pytest.raises(...) if ... else nullcontext()</code> down to 'ContextManager' rather than 'object'.</li> </ul> <h2>Improved Documentation</h2> <ul> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10690">#10690</a>: Added [CI]{.title-ref} and [BUILD_NUMBER]{.title-ref} environment variables to the documentation.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10721">#10721</a>: Fixed entry-points declaration in the documentation example using Hatch.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10753">#10753</a>: Changed wording of the module level skip to be very explicit about not collecting tests and not executing the rest of the module.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/4191e0259805acbc499d326441c98e2b950637f1"><code>4191e02</code></a> Prepare release version 7.2.2</li> <li><a href="https://github.com/pytest-dev/pytest/commit/eb50c6ce9990c322f7ec1d25c8433456aa8fd7f6"><code>eb50c6c</code></a> [7.2.x] Normalize how changelog entries are written (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10790">#10790</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/9693556f27ee77ac74c380943b9b8e5b926edcf1"><code>9693556</code></a> [7.2.x] Fix test_cmdline_python_namespace_package (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10789">#10789</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/e8e7d44a4c28fc608ada23030f2883b922155218"><code>e8e7d44</code></a> [7.2.x] made minor updates to fixtures docs (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10778">#10778</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/2fd4549db50e0086ce163654c8e060478111f05a"><code>2fd4549</code></a> [7.2.x] docs: be more explicit about module level skip preventing collection ...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/cee8d6f274213f790ca286cb2d0b9390c6234c6c"><code>cee8d6f</code></a> [7.2.x] Update import mode documentation to not refer to <strong>import</strong>() anymore...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/79108bf9a37aebe1879c545cdf926251772cc05e"><code>79108bf</code></a> [7.2.x] add CI and BUILD_NUMBER env var in docs (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10750">#10750</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/779a87aada33af444f14841a04344016a087669e"><code>779a87a</code></a> [7.2.x] Update open training (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10740">#10740</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/60216810d938ea574b81761782d902309fd77ffd"><code>6021681</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/10734">#10734</a> from pytest-dev/backport-10725-to-7.2.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/37e410fce841635c6d3b4ba6b37c6a8df360b40a"><code>37e410f</code></a> [7.2.x] Fix entry-points declaration in the documentation example using Hatch</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/7.2.1...7.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest&package-manager=pip&previous-version=7.2.1&new-version=7.2.2)](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 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>
ElBe-Plaq (Migrated from github.com) approved these changes 2023-03-06 19:39:16 +00:00
ElBe-Plaq commented 2023-03-06 19:39:31 +00:00 (Migrated from github.com)

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No description provided.