Skip to content

Commit 5ce3f7d

Browse files
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=&quot;fixture&quot;}.</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=&quot;fixture&quot;} and the new <code>tmp_path_retention_policy</code>{.interpreted-text role=&quot;confval&quot;} 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 &quot;Correctly handle <code>__tracebackhide__</code> for chained exceptions.&quot; 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 &quot;Correctly handle tracebackhide for chained exceptions (<a href="https://redirect.github.com/pytest-dev/pytest/issues/10772">#10772</a>)&quot;</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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest&package-manager=pip&previous-version=7.3.0&new-version=7.3.1)](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>
2 parents 36385bc + 51f68cf commit 5ce3f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ nox = [
6969
"toml == 0.10.2",
7070
]
7171
pytest = [
72-
"pytest == 7.3.0",
72+
"pytest == 7.3.1",
7373
"pytest-cov == 4.0.0",
7474
"pytest-mock == 3.10.0",
7575
"pytest-asyncio == 0.21.0",

0 commit comments

Comments
 (0)