.readthedocs.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
RELEASING.rst
pyproject.toml
setup.cfg
tox.ini
changelog/_template.rst
docs/.gitignore
docs/changelog.rst
docs/conf.py
docs/crash.rst
docs/distribution.rst
docs/how-it-works.rst
docs/how-to.rst
docs/index.rst
docs/known-limitations.rst
docs/remote.rst
docs/requirements.txt
docs/subprocess.rst
example/boxed.txt
example/loadscope/requirements.txt
example/loadscope/tox.ini
example/loadscope/epsilon/__init__.py
example/loadscope/test/test_alpha.py
example/loadscope/test/test_beta.py
example/loadscope/test/test_delta.py
example/loadscope/test/test_gamma.py
src/pytest_xdist.egg-info/PKG-INFO
src/pytest_xdist.egg-info/SOURCES.txt
src/pytest_xdist.egg-info/dependency_links.txt
src/pytest_xdist.egg-info/entry_points.txt
src/pytest_xdist.egg-info/not-zip-safe
src/pytest_xdist.egg-info/requires.txt
src/pytest_xdist.egg-info/top_level.txt
src/xdist/__init__.py
src/xdist/_path.py
src/xdist/_version.py
src/xdist/dsession.py
src/xdist/looponfail.py
src/xdist/newhooks.py
src/xdist/plugin.py
src/xdist/remote.py
src/xdist/report.py
src/xdist/workermanage.py
src/xdist/scheduler/__init__.py
src/xdist/scheduler/each.py
src/xdist/scheduler/load.py
src/xdist/scheduler/loadfile.py
src/xdist/scheduler/loadgroup.py
src/xdist/scheduler/loadscope.py
src/xdist/scheduler/worksteal.py
testing/acceptance_test.py
testing/conftest.py
testing/test_dsession.py
testing/test_looponfail.py
testing/test_newhooks.py
testing/test_plugin.py
testing/test_remote.py
testing/test_workermanage.py
testing/util.py