We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25d3c3 commit 81b9e9eCopy full SHA for 81b9e9e
1 file changed
src/pytest_forked/__init__.py
@@ -73,7 +73,7 @@ def runforked():
73
74
75
def report_process_crash(item, result):
76
- from _pytest._code.source import getfslineno
+ from _pytest._code import getfslineno
77
path, lineno = getfslineno(item)
78
info = ("%s:%s: running the test CRASHED with signal %d" %
79
(path, lineno, result.signal))
0 commit comments