terminal: remove a redundant line
`write_fspath_result` already does this split.
This commit is contained in:
parent
8d841ab0b8
commit
139a029b5e
|
@ -443,8 +443,7 @@ class TerminalReporter:
|
||||||
self.write_ensure_prefix(line, "")
|
self.write_ensure_prefix(line, "")
|
||||||
self.flush()
|
self.flush()
|
||||||
elif self.showfspath:
|
elif self.showfspath:
|
||||||
fsid = nodeid.split("::")[0]
|
self.write_fspath_result(nodeid, "")
|
||||||
self.write_fspath_result(fsid, "")
|
|
||||||
self.flush()
|
self.flush()
|
||||||
|
|
||||||
def pytest_runtest_logreport(self, report: TestReport) -> None:
|
def pytest_runtest_logreport(self, report: TestReport) -> None:
|
||||||
|
|
Loading…
Reference in New Issue