Merge pull request #2911 from RonnyPfannschmidt/remove-nodeinfo

remove unused _pytest.runner.NodeInfo class
This commit is contained in:
Bruno Oliveira 2017-11-10 18:57:14 -02:00 committed by GitHub
commit 742f9cb825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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,