Made EachScheduling.numnodes countable from config

This commit is contained in:
Michael Elovskikh
2017-02-14 20:19:41 +05:00
parent a2aaf9bf04
commit 6200123fac
4 changed files with 43 additions and 40 deletions

View File

@@ -48,5 +48,5 @@ def pytest_xdist_node_collection_finished(node, ids):
@pytest.mark.firstresult
def pytest_xdist_make_scheduler(numnodes, config, log):
def pytest_xdist_make_scheduler(config, log):
""" return a node scheduler implementation """