Commit 5ce3f7d
authored
Bump pytest from 7.3.0 to 7.3.1 (#339)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to
7.3.1.
<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.3.1</h2>
<h1>pytest 7.3.1 (2023-04-14)</h1>
<h2>Improvements</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10875">#10875</a>:
Python 3.12 support: fixed <code>RuntimeError: TestResult has no
addDuration method</code> when running <code>unittest</code> tests.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10890">#10890</a>:
Python 3.12 support: fixed <code>shutil.rmtree(onerror=...)</code>
deprecation warning when using <code>tmp_path</code>{.interpreted-text
role="fixture"}.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10896">#10896</a>:
Fixed performance regression related to
<code>tmp_path</code>{.interpreted-text role="fixture"} and
the new <code>tmp_path_retention_policy</code>{.interpreted-text
role="confval"} option.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10903">#10903</a>:
Fix crash <code>INTERNALERROR IndexError: list index out of range</code>
which happens when displaying an exception where all entries are hidden.
This reverts the change "Correctly handle
<code>__tracebackhide__</code> for chained exceptions." introduced
in version 7.3.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/dab199281c8f969ef870d842a660e40872785bd4"><code>dab1992</code></a>
Prepare release version 7.3.1</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/c3d9dacd3987f14c230a0bc9e30fa064df30891f"><code>c3d9dac</code></a>
[7.3.x] Fix tmp_path regression introduced in 7.3.0 (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10912">#10912</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/06d759619df7422d45df6c870e1846854a5a0143"><code>06d7596</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/10906">#10906</a>
from pytest-dev/backport-10904-to-7.3.x</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a4121aa0b6d7f8d67c6934dbb81671a859b9bdf3"><code>a4121aa</code></a>
[7.3.x] Revert "Correctly handle tracebackhide for chained
exceptions (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10772">#10772</a>)"</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/6e26c2bf9be582b95227e2dc235473680fc5d59c"><code>6e26c2b</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/10898">#10898</a>
from pytest-dev/backport-10893-to-7.3.x</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/23cf1feb973d4036458860e8b08bbbbd250edd4d"><code>23cf1fe</code></a>
[7.3.x] Python 3.12 alpha fixes</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/1a427d32d6d13a16cd669ffeb7ece254167db3c8"><code>1a427d3</code></a>
[7.3.x] Amend changelog note for removal of attrs (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10889">#10889</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/cec5bfe0588adaa2ca36c72c724378982db6410a"><code>cec5bfe</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/10881">#10881</a>
from pytest-dev/release-7.3.0</li>
<li>See full diff in <a
href="https://github.com/pytest-dev/pytest/compare/7.3.0...7.3.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments