-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pin pytest to resolve issue with pytest-benchmark #7674
Conversation
Seems like we shouldn't use auto-merge 🤔 |
Pull Request Test Coverage Report for Build 3323666920
💛 - Coveralls |
Right, I forgot. We could add more required tests but it can be annoying when we want to merge fast. |
I've added |
The problem was that this is one of the slower tests (only primer is longer). Ho well, we're just going to wait a little longer before merging typo-MR 🤷 |
Beside we'll be able to enable auto-merge which was the point. Now that I think about it we could add primers and always be able to use auto-merge ? |
The primer tests will / should never fail. I don't think that will work as intended. Even if it's a bit more work, doing the merge manual is the best option for us I think. |
The issue with required job like this is that for documentation merge request where we don't want to run all the tests we can't merge them if tests are required. |
We could always modify the branch protection rules and remove the |
Agreed and done ! |
Description
Fix issue with pytest
v7.2.0
andpytest-benchmark
discovered in #7671Ref: ionelmc/pytest-benchmark#226