Skip to content

Use pytest-randomly to randomly order tests #10630

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dcherian
Copy link
Contributor

@github-actions github-actions bot added CI Continuous Integration tools dependencies Pull requests that update a dependency file labels Aug 13, 2025
@dcherian dcherian marked this pull request as draft August 13, 2025 03:19
@keewis
Copy link
Collaborator

keewis commented Aug 13, 2025

good idea in general, but in the particular case I don't think that will help: it's the same operation that emits different errors depending on internal state (I suspect there's a set involved somewhere, i.e. the state changes with interpreter instances), which means the same test may have different results between runs

@dcherian
Copy link
Contributor Author

Yes won't catch that one but I was curious about others. Looks like every env fails with a different error!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration tools dependencies Pull requests that update a dependency file topic-testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants