We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3fdd8 commit 61ce622Copy full SHA for 61ce622
src/pytest_cov/engine.py
@@ -270,12 +270,6 @@ class DistMaster(CovController):
270
def start(self):
271
cleanup()
272
273
- # Ensure coverage rc file rsynced if appropriate.
274
- if self.cov_config and Path(self.cov_config).exists():
275
- # rsyncdir is going away in pytest-xdist 4.0, already deprecated
276
- if hasattr(self.config.option, 'rsyncdir'):
277
- self.config.option.rsyncdir.append(self.cov_config)
278
-
279
self.cov = coverage.Coverage(
280
source=self.cov_source,
281
branch=self.cov_branch,
0 commit comments