Skip to content

chore(deps): update dependency cargo-nextest to v0.9.95#18

Merged
eirnym merged 1 commit intomainfrom
renovate/cargo-nextest-0.9.x
May 2, 2025
Merged

chore(deps): update dependency cargo-nextest to v0.9.95#18
eirnym merged 1 commit intomainfrom
renovate/cargo-nextest-0.9.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

This PR contains the following updates:

Package Update Change
cargo-nextest patch 0.9.94 -> 0.9.95

Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.95: cargo-nextest 0.9.95

Compare Source

Added

You can now mark leaky tests as failed rather than passed. The default is still to treat them as passed. For more, see Marking leaky tests as failures.

Changed

Several display formatting improvements with a focus on visual clarity and reduced UI clutter:

  • Captured output (typically for failing tests) is now indented by 4 spaces, for easier-to-scan logs. This can be disabled with the new --no-output-indent option, or by setting NEXTEST_NO_OUTPUT_INDENT=1 in the environment.
  • If tests abort or fail through unexpected means (e.g. due to a signal), nextest now prints out a status line explaining what happened. For example, (test aborted with signal 6: SIGABRT).
Fixed

Fixed an occasional hang on Linux with libtest JSON output. For more details, see #​2316.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented May 1, 2025

TestsPassed ✅SkippedFailed
Deku String604 ran604 passed0 skipped0 failed

@github-actions
Copy link

github-actions bot commented May 1, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
245 245 100% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: c5b24c1 by action🐍

@eirnym eirnym merged commit c7890b0 into main May 2, 2025
7 checks passed
@eirnym eirnym deleted the renovate/cargo-nextest-0.9.x branch May 2, 2025 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant