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

tests: errors installing pylibmc lib #18

Open
mvidalgarcia opened this issue Dec 9, 2020 · 1 comment
Open

tests: errors installing pylibmc lib #18

mvidalgarcia opened this issue Dec 9, 2020 · 1 comment

Comments

@mvidalgarcia
Copy link

https://github.com/inveniosoftware/invenio-cache/pull/17/checks?check_run_id=1524244138

python -m sphinx.cmd.build -qnNW docs docs/_build/html also generates some problems:

Warning, treated as error:
error while formatting signature for invenio_cache.proxies.current_cache: Handler <function record_typehints at 0x104db0a60> for event 'autodoc-process-signature' threw an exception (exception: Working outside of application context.

This typically means that you attempted to use functionality that needed
to interface with the current application object in some way. To solve
this, set up an application context with app.app_context().  See the
documentation for more information.)

Commenting out pylibmc installation and Sphinx build, all unit tests pass successfully.

@mvidalgarcia
Copy link
Author

Also, it uses memcached which is not supported anymore by docker-services-cli.

@mvidalgarcia mvidalgarcia removed the bug label Dec 11, 2020
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