Merge pull request #18967 from edx/youngstrom/xdist-flaky-fixes

Ignore errors in paver test cleanup
This commit is contained in:
Michael Youngstrom
2018-09-18 18:03:39 -04:00
committed by GitHub

View File

@@ -20,4 +20,4 @@ def delete_quality_junit_xml():
"""
yield
if os.path.exists(Env.QUALITY_DIR):
rmtree(Env.QUALITY_DIR)
rmtree(Env.QUALITY_DIR, ignore_errors=True)