-
-
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
3.8 test run fix #5448
3.8 test run fix #5448
Conversation
pypy run failed. It couldn't install |
Looks like something to do with this change @greshilov: |
Because not all of the make targets changed |
Can anybody take care of the Makefile before we merge this in? |
#5470 |
Looks like #5470 fixed this in a more elegant manner. |
I think he meant #5466, which seemed to be enough when I tried it. Once CI is back up, I'll double check and also deal with updating mypy to the latest release. |
What do these changes do?
Fix test run for python 3.6 on 3.8 branch
Are there changes in behavior for the user?
no
Related issue number
#5447
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.