diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 426ad012..e07c8ee5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v5 - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.13 + uses: hynek/build-and-inspect-python-package@v2.14 deploy: needs: package diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0af7c16..df9e52e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.13 + uses: hynek/build-and-inspect-python-package@v2.14 test: diff --git a/testing/test_newhooks.py b/testing/test_newhooks.py index e3a8ac6f..9091ed31 100644 --- a/testing/test_newhooks.py +++ b/testing/test_newhooks.py @@ -115,7 +115,7 @@ def pytest_handlecrashitem(crashitem, report, sched): res.stdout.fnmatch_lines_random(["*HOOK: pytest_handlecrashitem"]) res.stdout.fnmatch_lines( [ - "FAILED test_handlecrashitem_one.py::test_b", - "FAILED test_handlecrashitem_one.py::test_b", + "FAILED test_handlecrashitem_one.py::test_b*", + "FAILED test_handlecrashitem_one.py::test_b*", ] )