Skip cleanup if its not needed (when a test is skipped)
This commit is contained in:
@@ -10,6 +10,7 @@ def single_run(test_project):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
|
if os.path.exists('wheelhouse'):
|
||||||
shutil.rmtree('wheelhouse')
|
shutil.rmtree('wheelhouse')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user