Split schedulers into their own submodule.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user