remove unused _pytest.runner.NodeInfo class
This commit is contained in:
parent
ac5c5cc1ef
commit
76f3be452a
|
@ -56,11 +56,6 @@ def pytest_sessionfinish(session):
|
||||||
session._setupstate.teardown_all()
|
session._setupstate.teardown_all()
|
||||||
|
|
||||||
|
|
||||||
class NodeInfo:
|
|
||||||
def __init__(self, location):
|
|
||||||
self.location = location
|
|
||||||
|
|
||||||
|
|
||||||
def pytest_runtest_protocol(item, nextitem):
|
def pytest_runtest_protocol(item, nextitem):
|
||||||
item.ihook.pytest_runtest_logstart(
|
item.ihook.pytest_runtest_logstart(
|
||||||
nodeid=item.nodeid, location=item.location,
|
nodeid=item.nodeid, location=item.location,
|
||||||
|
|
Loading…
Reference in New Issue