Split schedulers into their own submodule.

This commit is contained in:
Carlos Jenkins
2017-07-18 15:09:02 -06:00
parent 7f2ca0aecb
commit 8356cfa39d
8 changed files with 472 additions and 449 deletions

View File

@@ -1,6 +1,10 @@
from xdist.dsession import (
DSession, LoadScheduling, EachScheduling, report_collection_diff,
from xdist.dsession import DSession
from xdist.report import report_collection_diff
from xdist.scheduler import (
EachScheduling,
LoadScheduling,
)
import py
import pytest
import execnet