-
Notifications
You must be signed in to change notification settings - Fork 69
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
global: suppress warnings during app instantiation #1646
Comments
We have a few more:
First three will be fixed by inveniosoftware/invenio-oauthclient#106, fourth one is harder. |
Fourth one is caused by Flask-Admin, specifically this line: https://github.com/flask-admin/flask-admin/blob/1fa4ba80052910fed4f80bc339b0f04955233ed4/flask_admin/contrib/sqla/view.py#L597. I submitted a PR for it: pallets-eco/flask-admin#1447. |
Yet another squashed warning: inveniosoftware/invenio-rest#67. |
Another small one will be fixed by inveniosoftware/invenio-accounts#229. |
And another small one by inveniosoftware/invenio-accounts#245. |
I now know that this comes from |
Tracked (and explained) in inveniosoftware/invenio-db#96. |
...and finally solved by @slint, who will get a 🍺 next time I see him. |
Since all these warnings are now fixed in commits that are at worst pending a new release of the libraries they are in, we can close this. |
Currently
inspirehep shell
prints the following output whenDEBUG=True
:which gets even more annoying when you are executing several
inspirehep
commands in a row, like inscripts/clean_assets
.flask.ext
ones come from https://github.com/inveniosoftware/invenio-oauthclient, and will be fixed by global: ext warning fix inveniosoftware/invenio-oauthclient#106.flask.ext
one comes from https://github.com/thadeusb/flask-cache, and there's little chance of getting it fixed upstream (New release? Is anybody managing this anymore? thadeusb/flask-cache#151) unless we switch to https://github.com/sh4nks/flask-caching.The text was updated successfully, but these errors were encountered: