Fix random failures of the test common_include_dir on Windows
os.rename() could fail sometimes with a permission error; using shutil.move() instead seems to be more robust against that.
Showing
Please register or sign in to comment
os.rename() could fail sometimes with a permission error; using shutil.move() instead seems to be more robust against that.