Revert "Adding RemoteTarget class to wrap module/function"

This reverts commit 311554324a.
This commit is contained in:
bwilson
2018-11-26 09:49:11 -06:00
parent b28c3d98c5
commit ab5f12f92e
2 changed files with 6 additions and 27 deletions

View File

@@ -31,11 +31,8 @@ def pytest_xdist_rsyncfinish(source, gateways):
@pytest.mark.firstresult
def pytest_xdist_getremotetarget():
"""
called to get the remote target.
:return: a workermanager.RemoteTarget
"""
def pytest_xdist_getremotemodule():
""" called when creating remote node"""
def pytest_configure_node(node):