Skip to content

⚡️ Run test sessions in parallel - #986

Draft
denialhaag wants to merge 3 commits into
mainfrom
parallel-nox
Draft

⚡️ Run test sessions in parallel#986
denialhaag wants to merge 3 commits into
mainfrom
parallel-nox

Conversation

@denialhaag

Copy link
Copy Markdown
Member

Description

This PR updates nox to version 2026.08.10, allowing us to run the test sessions in parallel.

Checklist

  • The pull request only contains commits that are focused and relevant to this change.
  • I have added appropriate tests that cover the new/changed functionality.
  • I have updated the documentation to reflect these changes.
  • I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.
  • I have added migration instructions to the upgrade guide (if needed).
  • The changes follow the project's style guidelines and introduce no new warnings.
  • The changes are fully tested and pass the CI checks.
  • I have reviewed my own code changes.

Assisted-by: Claude Opus 5 via Claude Code
@denialhaag denialhaag self-assigned this Aug 11, 2026
@denialhaag denialhaag added python Pull requests that update Python code continuous integration Anything related to the CI setup labels Aug 11, 2026
@github-project-automation github-project-automation Bot moved this to In Progress in MQT Applications Aug 11, 2026
Comment thread noxfile.py
@@ -143,8 +141,13 @@ def docs(session: nox.Session) -> None:
"docs",
"--frozen",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we drop the --frozen here?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could. On the other hand, this ensures that a known-good set of versions is used. Could prevent a couple of bad surprises.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

continuous integration Anything related to the CI setup python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants