You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2019. It is now read-only.
Problem:
There is a pytest bug in pytest version <2.8.3 (see pytest-dev/pytest#995). The error message is:
INTERNALERROR> File "/Users/nharraud/.pyenv/versions/invenio-app-ils-3.5.0/lib/python3.5/site-packages/_pytest/python.py", line 49, in filter_traceback
INTERNALERROR> return entry.path != cutdir1 and not entry.path.relto(cutdir2)
INTERNALERROR> AttributeError: 'str' object has no attribute 'relto'
Solution:
This can be fixed by upgrading to pytest >=2.8.3
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Problem:
There is a pytest bug in pytest version <2.8.3 (see pytest-dev/pytest#995). The error message is:
Solution:
This can be fixed by upgrading to pytest >=2.8.3
The text was updated successfully, but these errors were encountered: