pytest-dev / pytest-xdist

pytest plugin for distributed testing and loop-on-failures testing modes.
https://pytest-xdist.readthedocs.io
MIT License
1.49k stars 232 forks source link

parallelize rsync #112

Open RonnyPfannschmidt opened 7 years ago

RonnyPfannschmidt commented 7 years ago

followup to pytest-dev/pytest#670

we should try to enable parallel copying at some point

bubenkoff commented 7 years ago

FYI: implemented in https://github.com/pytest-dev/pytest-cloud

RonnyPfannschmidt commented 7 years ago

@bubenkoff that doesnt help plain xdist per se

RonnyPfannschmidt commented 7 years ago

for reference - we need a volunteer to take the implementation from pytest-cloud back to pytest-xdist