Skip to content

Commit b474b55

Browse files
Python: Bump pmeier/pytest-results-action from 0.7.1 to 0.7.2 (#12498)
Bumps [pmeier/pytest-results-action](https://github.com/pmeier/pytest-results-action) from 0.7.1 to 0.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmeier/pytest-results-action/releases">pmeier/pytest-results-action's releases</a>.</em></p> <blockquote> <h2>v0.7.2</h2> <h2>What's Changed</h2> <ul> <li>add screenshots for README by <a href="https://github.com/pmeier"><code>@​pmeier</code></a> in <a href="https://redirect.github.com/pmeier/pytest-results-action/pull/35">pmeier/pytest-results-action#35</a></li> <li>use mise instead of conda by <a href="https://github.com/pmeier"><code>@​pmeier</code></a> in <a href="https://redirect.github.com/pmeier/pytest-results-action/pull/37">pmeier/pytest-results-action#37</a></li> <li>update dependencies by <a href="https://github.com/pmeier"><code>@​pmeier</code></a> in <a href="https://redirect.github.com/pmeier/pytest-results-action/pull/38">pmeier/pytest-results-action#38</a></li> <li>support skipped tests without explicit type by <a href="https://github.com/pmeier"><code>@​pmeier</code></a> in <a href="https://redirect.github.com/pmeier/pytest-results-action/pull/36">pmeier/pytest-results-action#36</a></li> <li>continue parsing if no tests are found by <a href="https://github.com/pmeier"><code>@​pmeier</code></a> in <a href="https://redirect.github.com/pmeier/pytest-results-action/pull/39">pmeier/pytest-results-action#39</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmeier/pytest-results-action/compare/v0.7.1...v0.7.2">https://github.com/pmeier/pytest-results-action/compare/v0.7.1...v0.7.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmeier/pytest-results-action/commit/20b595761ba9bf89e115e875f8bc863f913bc8ad"><code>20b5957</code></a> continue parsing if no tests are found (<a href="https://redirect.github.com/pmeier/pytest-results-action/issues/39">#39</a>)</li> <li><a href="https://github.com/pmeier/pytest-results-action/commit/9dbabe9812f5a92174ff85ccc0ddf72cdb6dbd20"><code>9dbabe9</code></a> support skipped tests without explicit type (<a href="https://redirect.github.com/pmeier/pytest-results-action/issues/36">#36</a>)</li> <li><a href="https://github.com/pmeier/pytest-results-action/commit/8783343d70990567f1c27b03a385fb2faeb465f9"><code>8783343</code></a> update dependencies (<a href="https://redirect.github.com/pmeier/pytest-results-action/issues/38">#38</a>)</li> <li><a href="https://github.com/pmeier/pytest-results-action/commit/14c8710de2c2c2d3960dc44b98de29f93ea3ef02"><code>14c8710</code></a> use mise instead of conda (<a href="https://redirect.github.com/pmeier/pytest-results-action/issues/37">#37</a>)</li> <li><a href="https://github.com/pmeier/pytest-results-action/commit/f68b1c4d1add6823339fed2451cbc30017449aa3"><code>f68b1c4</code></a> add screenshots for README (<a href="https://redirect.github.com/pmeier/pytest-results-action/issues/35">#35</a>)</li> <li>See full diff in <a href="https://github.com/pmeier/pytest-results-action/compare/v0.7.1...v0.7.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pmeier/pytest-results-action&package-manager=github_actions&previous-version=0.7.1&new-version=0.7.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f593a1 commit b474b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: uv run --frozen pytest --junitxml=pytest.xml ./tests/unit
4949
- name: Surface failing tests
5050
if: ${{ !matrix.experimental }}
51-
uses: pmeier/pytest-results-action@v0.7.1
51+
uses: pmeier/pytest-results-action@v0.7.2
5252
with:
5353
path: python/pytest.xml
5454
summary: true

0 commit comments

Comments
 (0)