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

global: fix build failure #73

Closed
ntarocco opened this issue Mar 1, 2020 · 0 comments · Fixed by #74
Closed

global: fix build failure #73

ntarocco opened this issue Mar 1, 2020 · 0 comments · Fixed by #74
Assignees

Comments

@ntarocco
Copy link
Contributor

ntarocco commented Mar 1, 2020

Same as:

https://travis-ci.org/inveniosoftware/invenio-search-ui/jobs/656679730

Traceback (most recent call last):
  File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/_pytest/config.py", line 318, in _importconftest
    mod = conftestpath.pyimport()
  File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/py/_path/local.py", line 701, in pyimport
    __import__(modname)
  File "/home/travis/build/inveniosoftware/invenio-search-ui/tests/conftest.py", line 18, in <module>
    from flask_babelex import Babel
  File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/flask_babelex/__init__.py", line 23, in <module>
    from werkzeug import ImmutableDict
ImportError: cannot import name ImmutableDict
ERROR: could not load /home/travis/build/inveniosoftware/invenio-search-ui/tests/conftest.py
The command "./run-tests.sh" exited with 4.

Fix also deprecation warning in Travis config:
https://travis-ci.org/inveniosoftware/invenio-search-ui/jobs/656679730/config

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

Successfully merging a pull request may close this issue.

2 participants