Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pytest from 7.4.0 to 7.4.1 (#524)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.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>pytest 7.4.1 (2023-09-02)</h2> <h2>Bug Fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10337">#10337</a>: Fixed bug where fake intermediate modules generated by <code>--import-mode=importlib</code> would not include the child modules as attributes of the parent modules.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10702">#10702</a>: Fixed error assertion handling in <code>pytest.approx</code> when <code>None</code> is an expected or received value when comparing dictionaries.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10811">#10811</a>: Fixed issue when using <code>--import-mode=importlib</code> together with <code>--doctest-modules</code> that caused modules to be imported more than once, causing problems with modules that have import side effects.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/7855a72d2c5c810a025460f135ffdd77160bb091"><code>7855a72</code></a> Improve CI workflow</li> <li><a href="https://github.com/pytest-dev/pytest/commit/7a0a0e8b0857a7194001f4860af3fbc0968765ff"><code>7a0a0e8</code></a> Prepare release version 7.4.1</li> <li><a href="https://github.com/pytest-dev/pytest/commit/fbcfd3a52e1c64349e143aa8b146ac1a71340c68"><code>fbcfd3a</code></a> [7.4.x] Update CONTRIBUTING.rst (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11371">#11371</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/b170081788ad51a2ccf5d47205e69f98bf6f574d"><code>b170081</code></a> [7.4.x] Issue 11354 fixing docs for lfnf (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11364">#11364</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/7a5f2feefbbb976b1c5b4ced18e7e6725edfd3d5"><code>7a5f2fe</code></a> [7.4.x] Fixes for typed pluggy (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11355">#11355</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/69140717d468cf93750c3f54254ca960455bfd1a"><code>6914071</code></a> [7.4.x] Improve duplicate values documentation (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11296">#11296</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/5c7c3f632987e6b7306f1b833c1587f7bfeb530b"><code>5c7c3f6</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/11294">#11294</a> from The-Compiler/pluggy-py38</li> <li><a href="https://github.com/pytest-dev/pytest/commit/ba40975bb72e8b2ba749a06ccffef42638f8800a"><code>ba40975</code></a> ci: Use Python 3.8 to test latest pluggy</li> <li><a href="https://github.com/pytest-dev/pytest/commit/e3fe7286f803cff00314b64ffaaedd5cfc9a6b8f"><code>e3fe728</code></a> [7.4.x] doc: Link pytest.main to how-to guide (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11290">#11290</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/34c73944e1d8e89a802a82a71ed75efcd1ee6700"><code>34c7394</code></a> [7.4.x] doc: update information about assertion messages (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11286">#11286</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/7.4.0...7.4.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.4.0&new-version=7.4.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 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