Skip to content

Commit 742f9cb

Browse files
authored
Merge pull request #2911 from RonnyPfannschmidt/remove-nodeinfo
remove unused _pytest.runner.NodeInfo class
2 parents 66fbebf + 76f3be4 commit 742f9cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

_pytest/runner.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ def pytest_sessionfinish(session):
5656
session._setupstate.teardown_all()
5757

5858

59-
class NodeInfo:
60-
def __init__(self, location):
61-
self.location = location
62-
63-
6459
def pytest_runtest_protocol(item, nextitem):
6560
item.ihook.pytest_runtest_logstart(
6661
nodeid=item.nodeid, location=item.location,

0 commit comments

Comments
 (0)