-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Modify tests for astroid update #4152
Conversation
Closing/Opening to relaunch the CI. |
Test are failing because astroid has not been released even though the tag's job passed, I must look into it : https://travis-ci.org/github/PyCQA/astroid/builds/760835652 |
With the updated version constraint, the CI tests are failing. #4116 should solve that. Might be an idea to squash merge it to make rebasing easier. |
The old tox config uses the current |
OK, astroid do not have the automatic pypi release on tag, I had to release manually. I hope I did not fucked it up like I did for pylint 2.6.1. |
The release works! I messed up a bit by not updating the requirements file at first. It is fixed now. |
This looks good, I must triage what I cherry-pick for 2.7.2 and we should be good to go. Thanks for all the works you did to make this possible in time for debian deadline ! |
Steps
doc/whatsnew/<current release.rst>
.Description
TypedDict
hotfix. Not necessary anymore since now included in astroid.Type of Changes
Related Issue
Closes: #4154