Skip to content

limit upper pytest version in workflows #1116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 19, 2025
Merged

Conversation

MartinBubel
Copy link
Contributor

pytest>=8.0 causes errors with the existing tests, resulting in broken pipelines

@MartinBubel MartinBubel requested a review from Copilot June 17, 2025 07:52
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR limits the upper version of pytest installed in the workflows to avoid errors with tests.

  • Updates the pytest installation command in three separate job steps by replacing pip install pytest with pip install pytest<8.

@MartinBubel MartinBubel merged commit 26a7f21 into devel Jun 19, 2025
15 checks passed
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