From 76f3be452a01441d6ee1d9c53d7f1fefaa5c8f45 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Fri, 10 Nov 2017 17:48:52 +0100 Subject: [PATCH] remove unused _pytest.runner.NodeInfo class --- _pytest/runner.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_pytest/runner.py b/_pytest/runner.py index ed58aceec..53f6824da 100644 --- a/_pytest/runner.py +++ b/_pytest/runner.py @@ -56,11 +56,6 @@ def pytest_sessionfinish(session): session._setupstate.teardown_all() -class NodeInfo: - def __init__(self, location): - self.location = location - - def pytest_runtest_protocol(item, nextitem): item.ihook.pytest_runtest_logstart( nodeid=item.nodeid, location=item.location,