Merge pull request #18967 from edx/youngstrom/xdist-flaky-fixes
Ignore errors in paver test cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user