Fix rsyncdirs usage with pytest 6.0

Fix pytest-dev/pytest#7487
This commit is contained in:
Bruno Oliveira
2020-07-13 12:01:16 -03:00
parent 727c41e957
commit 443dc21061
3 changed files with 11 additions and 3 deletions

View File

@@ -189,7 +189,6 @@ class TestDistribution:
)
assert result.ret == 1
@pytest.mark.xfail(reason="#527: Ignore Python 3.8 failure for the time being")
def test_distribution_rsyncdirs_example(self, testdir, monkeypatch):
# use a custom plugin that has a custom command-line option to ensure
# this is propagated to workers (see #491)