Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
213: Bump pytest from 7.0.0 to 7.1.2 r=bidoubiwa a=dependabot[bot] Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.1.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.1.2</h2> <h1>pytest 7.1.2 (2022-04-23)</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9726">#9726</a>: An unnecessary <code>numpy</code> import inside <code>pytest.approx</code>{.interpreted-text role="func"} was removed.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9820">#9820</a>: Fix comparison of <code>dataclasses</code> with <code>InitVar</code>.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9869">#9869</a>: Increase <code>stacklevel</code> for the <code>NODE_CTOR_FSPATH_ARG</code> deprecation to point to the user's code, not pytest.</li> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9871">#9871</a>: Fix a bizarre (and fortunately rare) bug where the [temp_path]{.title-ref} fixture could raise an internal error while attempting to get the current user's username.</li> </ul> <h2>7.1.1</h2> <h1>pytest 7.1.1 (2022-03-17)</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9767">#9767</a>: Fixed a regression in pytest 7.1.0 where some conftest.py files outside of the source tree (e.g. in the [site-packages]{.title-ref} directory) were not picked up.</li> </ul> <h2>7.1.0</h2> <h1>pytest 7.1.0 (2022-03-13)</h1> <h2>Breaking Changes</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8838">#8838</a>: As per our policy, the following features have been deprecated in the 6.X series and are now removed:</p> <ul> <li><code>pytest._fillfuncargs</code> function.</li> <li><code>pytest_warning_captured</code> hook - use <code>pytest_warning_recorded</code> instead.</li> <li><code>-k -foobar</code> syntax - use <code>-k 'not foobar'</code> instead.</li> <li><code>-k foobar:</code> syntax.</li> <li><code>pytest.collect</code> module - import from <code>pytest</code> directly.</li> </ul> <p>For more information consult <a href="https://docs.pytest.org/en/latest/deprecations.html">Deprecations and Removals</a> in the docs.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9437">#9437</a>: Dropped support for Python 3.6, which reached <a href="https://devguide.python.org/#status-of-python-branches">end-of-life</a> at 2021-12-23.</p> </li> </ul> <h2>Improvements</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5192">#5192</a>: Fixed test output for some data types where <code>-v</code> would show less information.</p> <p>Also, when showing diffs for sequences, <code>-q</code> would produce full diffs instead of the expected diff.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/2f2f1a601e33aa1a77de42f164ba4b642252f1c0"><code>2f2f1a6</code></a> Prepare release version 7.1.2</li> <li><a href="https://github.com/pytest-dev/pytest/commit/5c04f3a1a2151a6d72203ed058ff4f8a50e97691"><code>5c04f3a</code></a> [7.1.x] Fix wrong <code>log_file</code> docs (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9879">#9879</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/078733c00511a0af711abc5bc56af4bfbcab7baf"><code>078733c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9872">#9872</a> from pytest-dev/backport-9871-to-7.1.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/3a7ead6bcf2facd28819fed69abe79cdf90f5e10"><code>3a7ead6</code></a> [7.1.x] fix: move 'import getpass' statement to try-clause</li> <li><a href="https://github.com/pytest-dev/pytest/commit/6d753337806e708ab00987e7ed3edd913b586f5c"><code>6d75333</code></a> [7.1.x] Increase stacklevel to point at user's code (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9870">#9870</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/ddbb998aed82c599886d31b3a48930042b623463"><code>ddbb998</code></a> [7.1.x] Increase stacklevel to point at user's code</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0ec5886ad5aa3c872d7645db494f9ab0aebe0230"><code>0ec5886</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9855">#9855</a> from pytest-dev/backport-9854-to-7.1.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/f2469fca374efe9b0e93e1749ec6afe785016ca2"><code>f2469fc</code></a> [7.1.x] Docs: link to easy issues in contributing guide</li> <li><a href="https://github.com/pytest-dev/pytest/commit/94ec0f8ad86fe3ba58c9a4114028afcc50e3c292"><code>94ec0f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/9846">#9846</a> from pytest-dev/backport-9842-to-7.1.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/5ef96fdb5390b1c232b42559f3460947739282d3"><code>5ef96fd</code></a> [7.1.x] fix comparison of dataclasses with <code>InitVar</code></li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/7.0.0...7.1.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.0.0&new-version=7.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information