New issue 754: Can't render tracebacks that have missing sources: IndexError: list index out of range https://bitbucket.org/pytest-dev/pytest/issue/754/cant-render-tracebacks-that-have-missing
Ionel Cristian Mărieș: ``` INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/main.py", line 84, in wrap_session INTERNALERROR> doit(config, session) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/main.py", line 122, in _main INTERNALERROR> config.hook.pytest_runtestloop(session=session) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 521, in __call__ INTERNALERROR> return self._docall(self.methods, kwargs) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 528, in _docall INTERNALERROR> firstresult=self.firstresult).execute() INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 394, in execute INTERNALERROR> res = method(*args) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/main.py", line 142, in pytest_runtestloop INTERNALERROR> item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 521, in __call__ INTERNALERROR> return self._docall(self.methods, kwargs) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 528, in _docall INTERNALERROR> firstresult=self.firstresult).execute() INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 393, in execute INTERNALERROR> return wrapped_call(method(*args), self.execute) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 113, in wrapped_call INTERNALERROR> return call_outcome.get_result() INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 138, in get_result INTERNALERROR> py.builtin._reraise(*ex) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 123, in __init__ INTERNALERROR> self.result = func() INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 394, in execute INTERNALERROR> res = method(*args) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/runner.py", line 65, in pytest_runtest_protocol INTERNALERROR> runtestprotocol(item, nextitem=nextitem) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/runner.py", line 75, in runtestprotocol INTERNALERROR> reports.append(call_and_report(item, "call", log)) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/runner.py", line 121, in call_and_report INTERNALERROR> report = hook.pytest_runtest_makereport(item=item, call=call) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 521, in __call__ INTERNALERROR> return self._docall(self.methods, kwargs) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 528, in _docall INTERNALERROR> firstresult=self.firstresult).execute() INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 393, in execute INTERNALERROR> return wrapped_call(method(*args), self.execute) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 109, in wrapped_call INTERNALERROR> wrap_controller.send(call_outcome) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/skipping.py", line 157, in pytest_runtest_makereport INTERNALERROR> rep = outcome.get_result() INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 138, in get_result INTERNALERROR> py.builtin._reraise(*ex) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 123, in __init__ INTERNALERROR> self.result = func() INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 394, in execute INTERNALERROR> res = method(*args) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/pytest_capturelog.py", line 175, in pytest_runtest_makereport INTERNALERROR> report = __multicall__.execute() INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/core.py", line 394, in execute INTERNALERROR> res = method(*args) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/runner.py", line 224, in pytest_runtest_makereport INTERNALERROR> longrepr = item.repr_failure(excinfo) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/python.py", line 625, in repr_failure INTERNALERROR> return self._repr_failure_py(excinfo, style=style) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/python.py", line 618, in _repr_failure_py INTERNALERROR> style=style) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/_pytest/main.py", line 410, in _repr_failure_py INTERNALERROR> style=style, tbfilter=tbfilter) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/py/_code/code.py", line 412, in getrepr INTERNALERROR> return fmt.repr_excinfo(self) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/py/_code/code.py", line 590, in repr_excinfo INTERNALERROR> reprtraceback = self.repr_traceback(excinfo) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/py/_code/code.py", line 582, in repr_traceback INTERNALERROR> reprentry = self.repr_traceback_entry(entry, einfo) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/py/_code/code.py", line 543, in repr_traceback_entry INTERNALERROR> s = self.get_source(source, line_index, excinfo, short=short) INTERNALERROR> File "/home/ionel/.ve/lib/python2.7/site-packages/py/_code/code.py", line 480, in get_source INTERNALERROR> lines.append(space_prefix + source.lines[line_index].strip()) INTERNALERROR> IndexError: list index out of range ``` _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit