pytest-dev / pytest-cov

Coverage plugin for pytest.
MIT License
1.72k stars 211 forks source link

remove rsyncdir usage since pytest-xdist has deprecated it #622

Closed matthias-margin closed 8 months ago

matthias-margin commented 8 months ago

This removes the usage of rsyncdir so that pytest-xdist does not raise a deprecation warning. Trying to get all warning in my projects to go away.

Issue submitted a bit ago https://github.com/pytest-dev/pytest-cov/issues/621 and a older one too https://github.com/pytest-dev/pytest-cov/issues/557