-
Notifications
You must be signed in to change notification settings - Fork 191
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
Unpin doc/dev dependencies #4647
Labels
topic/dependencies/constraint
Issues related to dependency constraints that should be resolved.
Comments
chrisjsewell
added
the
topic/dependencies/constraint
Issues related to dependency constraints that should be resolved.
label
Jan 7, 2021
Thank you for letting me know and creating the issue 👍 ! |
another one to add to the list: remove astroid from pre-commit extras (added in #4757) after pylint-dev/astroid#895 fixed |
chrisjsewell
changed the title
Unpin sphinx and pylint-django dependencies
Unpin doc/dev dependencies
Feb 17, 2021
and some more from #4851 (pytets-cov, jupyter-client) |
Merged
chrisjsewell
added a commit
to chrisjsewell/aiida_core
that referenced
this issue
Aug 18, 2021
Update pylint to v2.9 and remove restrictions on astroid and pylint-django. - `django-not-available` -> `django-not-configured` - Fix new `consider-using-dict-items`, `consider-using-enumerate`, `too-many-function-args`, `consider-using-from-import`, `consider-using-max-builtin`, `arguments-renamed` - extra disables required for `no-member` - disable `unsubscriptable-object` for cif.vaues closes aiidateam#4647
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic/dependencies/constraint
Issues related to dependency constraints that should be resolved.
@csadorf in 7b03f04 I had to pin sphinx and pylint-django to less than the latest versions:
For sphinx, on CircleCI we are getting: https://app.circleci.com/pipelines/github/aiidateam/aiida-core/2403/workflows/18751484-3474-49c1-849b-4bd307cd43b8/jobs/2395
for pylint-django (see : https://github.com/aiidateam/aiida-core/runs/1657433968
See https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst#version-240-06-jan-2021
these are not "production" dependencies, only for development/documentation, so I wouldn't say this is high priority
The text was updated successfully, but these errors were encountered: