-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
GitHub Actions: Installing frozenlist fails on python3.11-beta.5 #6830
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6830 +/- ##
===========================================
+ Coverage 21.76% 93.44% +71.67%
===========================================
Files 104 104
Lines 30628 30627 -1
Branches 3064 3076 +12
===========================================
+ Hits 6666 28619 +21953
+ Misses 23859 1838 -22021
- Partials 103 170 +67
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
You might want to revert the mypy version change, I'll fix the new errors in a separate PR. |
6e67d69
to
21fb023
Compare
I think the original post might need to be updated to mention that pip install of latest version of |
@ow0x You are correct. |
Sorry. It will take someone with steadier hands than mine to make this green on Py3.11. I sense that |
We'll want master working and then the 3.9 branch too (and maybe 3.8 if it's not much extra work). |
I think the apipkg error is caused by an outdated pytest (judging by the error reports pytest-dev/apipkg#30, pytest-dev/py#273, pytest-dev/pytest#9181). |
Yes, confirmed by upgrading it. |
An on-demand GitHub Action...
Test a workaround for #6600
aio-libs/yarl#706 (comment)
What do these changes do?
Are there changes in behavior for the user?
Related issue number
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (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.