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
It looks like cron based trigger not a code based trigger failed all the jobs which suggests that something in the dependencies changed behavior. A snippet of the backtrace from https://api.travis-ci.org/v3/job/730824136/log.txt
File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/assertion/rewrite.py", line 171, in exec_module
exec(co, module.__dict__)
File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pytest_rerunfailures.py", line 7, in <module>
from _pytest.resultlog import ResultLog
ImportError: No module named '_pytest.resultlog'
The text was updated successfully, but these errors were encountered:
The problem in pytest-rerunfailures has been reported in pytest-dev/pytest-rerunfailures#128 and already been fixed on master. Therefore I would expect a new release from coming soon which should resolve the problem.
It looks like cron based trigger not a code based trigger failed all the jobs which suggests that something in the dependencies changed behavior. A snippet of the backtrace from https://api.travis-ci.org/v3/job/730824136/log.txt
The text was updated successfully, but these errors were encountered: