Give up on sync for Py3 because of the way tests for py2 are written here

This commit is contained in:
Bo Maryniuk 2019-02-18 10:58:33 +01:00
parent f79c81a9e1
commit 2b029752a2

View file

@ -556,8 +556,6 @@ def gen_thin(cachedir, extra_mods='', overwrite=False, so_mods='',
os.chdir(start_dir)
tfp.close()
if _six.PY3:
os.sync()
shutil.move(tmp_thintar, thintar)
return thintar