.gitignore
.pre-commit-config.yaml
.travis.yml
CHANGELOG.rst
HOWTORELEASE.rst
ISSUES.txt
LICENSE
OVERVIEW.md
README.rst
appveyor.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
changelog/_template.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/_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/loadscope.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_slavemanage.py