-
Notifications
You must be signed in to change notification settings - Fork 237
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
Drop Python 3.5 support, fix CI #667
Conversation
Codecov Report
@@ Coverage Diff @@
## master #667 +/- ##
===========================================
+ Coverage 47.77% 97.96% +50.19%
===========================================
Files 29 29
Lines 5124 5114 -10
===========================================
+ Hits 2448 5010 +2562
+ Misses 2676 104 -2572
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM but please wait for a little for @tvoinarovskyi review
Hi @ods, thanks for working on this. |
|
There is a separate branch that removes loop usage called fixpy38 I think. Mostly it's finished aside from a few points that I don't remember any more :) |
@@ -4,11 +4,7 @@ | |||
name: Tests | |||
|
|||
on: | |||
push: |
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.
Feel like we should revert this part. Tests are running 2ce without the limit. I think you use it to run on the fork, right? Maybe there is a better way to configure Actions...
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.
Reverted in #669
Changes
unittest.TestCase
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.