-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
TST solve issues in PyPy #20978
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
TST solve issues in PyPy #20978
Conversation
tagging #20965 |
not sure why codecov complains, but PyPy seems happy? |
Yes. We can merge. Just have to remove my |
.circleci/config.yml
Outdated
only: | ||
- 0.20.X | ||
requires: | ||
- lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want to run the pypy3 job on all pull requests? Or keep it disabled for the PR and only run for the cron scheduled nightly builds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Furthermore, running the pypy3
job as part of a workflow namedbuild-doc-and-deploy
is really counter intuitive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should remove the pypy3 job from the build-doc-and-deploy
workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine with me. At least it was to check that everything worked in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy not to have it in build-doc-and-deploy
, but this bites us almost every time at a release, should we not have at least one PyPy test on PRs?
Ok, gonna merge this, we can address the CI on prs later. |
* TST fix brittle test in pypy for error message * iter * Update test_sgd.py * Update test_sgd.py * remove pypy3 in PRs
* TST fix brittle test in pypy for error message * iter * Update test_sgd.py * Update test_sgd.py * remove pypy3 in PRs
* TST fix brittle test in pypy for error message * iter * Update test_sgd.py * Update test_sgd.py * remove pypy3 in PRs
No description provided.