Split schedulers into their own submodule.
This commit is contained in:
2
xdist/scheduler/__init__.py
Normal file
2
xdist/scheduler/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from xdist.scheduler.each import EachScheduling # noqa
|
||||
from xdist.scheduler.load import LoadScheduling # noqa
|
||||
Reference in New Issue
Block a user