-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
ci: Travis: add pypy3 to allowed failures temporarily #5340
Conversation
Codecov Report
@@ Coverage Diff @@
## features #5340 +/- ##
============================================
+ Coverage 92.4% 93.47% +1.07%
============================================
Files 115 115
Lines 26294 26441 +147
Branches 2597 2631 +34
============================================
+ Hits 24297 24716 +419
+ Misses 1677 1407 -270
+ Partials 320 318 -2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## features #5340 +/- ##
============================================
+ Coverage 92.4% 95.09% +2.69%
============================================
Files 115 115
Lines 26294 26953 +659
Branches 2597 2753 +156
============================================
+ Hits 24297 25632 +1335
+ Misses 1677 1010 -667
+ Partials 320 311 -9
Continue to review full report at Codecov.
|
Let's try to fix it instead first. |
Re-opening: #5334 (comment) |
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.
Thanks!
@asottile we're all set for 4.6. Want to make that release? 😁 |
JFI: this causes Travis builds to become even slower, since it now gets run as the last job: https://travis-ci.org/pytest-dev/pytest/builds/539900223 |
Ref: #5334
Ref: #5317