.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
RELEASE.md
pyproject.toml
uv.lock
src/pytest_run_parallel/__init__.py
src/pytest_run_parallel/cpu_detection.py
src/pytest_run_parallel/plugin.py
src/pytest_run_parallel/thread_comparator.py
src/pytest_run_parallel/thread_unsafe_detection.py
src/pytest_run_parallel/utils.py
src/pytest_run_parallel.egg-info/PKG-INFO
src/pytest_run_parallel.egg-info/SOURCES.txt
src/pytest_run_parallel.egg-info/dependency_links.txt
src/pytest_run_parallel.egg-info/entry_points.txt
src/pytest_run_parallel.egg-info/requires.txt
src/pytest_run_parallel.egg-info/top_level.txt
tests/conftest.py
tests/test_cpu_detection.py
tests/test_run_parallel.py
tests/test_thread_comparator.py
tests/test_thread_index.py
tests/test_thread_unsafe_detection.py
tests/test_tmp_path.py