Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2026

This PR contains the following updates:

Package Update Change
cargo-nextest patch 0.9.1170.9.118

Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.118: cargo-nextest 0.9.118

Compare Source

Added
  • Nextest now supports user configuration for personal preferences. User config is stored in ~/.config/nextest/config.toml (or %APPDATA%\nextest\config.toml on Windows) and includes the following settings:

    • show-progress: Controls progress display during test runs.
    • max-progress-running: Maximum number of running tests to show in the progress bar.
    • input-handler: Enable or disable keyboard input handling.
    • output-indent: Enable or disable output indentation for captured test output.

    User config settings are lower priority than CLI arguments and environment variables. For details, see User configuration.

Fixed
  • Fixed an issue where nextest could hang when tests spawn interactive shells (e.g., zsh -ic) that call tcsetpgrp to become the foreground process group. Nextest now ignores SIGTTIN and SIGTTOU signals while input handling is active. (#​2884)

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 Jan 5, 2026

TestsPassed ✅SkippedFailed
Deku String1669 ran1669 passed0 skipped0 failed
Deku String1698 ran1698 passed0 skipped0 failed

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

☂️ Python Coverage

current status: ✅

Overall Coverage

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

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: eaeb3b7 by action🐍

@eirnym eirnym merged commit 0189d25 into main Jan 5, 2026
7 of 11 checks passed
@eirnym eirnym deleted the renovate/cargo-nextest-0.9.x branch January 5, 2026 10:15
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.

2 participants