Skip to content
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

Fix deprecations #12

Open
mikicz opened this issue Mar 31, 2019 · 1 comment
Open

Fix deprecations #12

mikicz opened this issue Mar 31, 2019 · 1 comment

Comments

@mikicz
Copy link
Member

mikicz commented Mar 31, 2019

/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/flask_session/sessions.py:313
  /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/flask_session/sessions.py:313: DeprecationWarning: 'werkzeug.contrib.cache' is deprecated as of version 0.15 and will be removed in version 1.0. It has moved to https://github.com/pallets/cachelib.
    from werkzeug.contrib.cache import FileSystemCache

/home/travis/build/pyvec/naucse-hooks/naucse_hooks.py:76: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
    fork = yaml.load(child.read_text())
encukou added a commit to encukou/naucse-hooks that referenced this issue Apr 5, 2019
@mikicz
Copy link
Member Author

mikicz commented Apr 5, 2019

Second warning was fixed with db02158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant