adaptive icon indicating copy to clipboard operation
adaptive copied to clipboard

Stop using atomic writes

Open akhmerov opened this issue 1 year ago • 1 comments

atomicwrites is now deprecated and recommends using os.replace instead. pytest used pytest-dev/pytest#10115 to make a replacement. While I don't expect that things would break on a short notice, we should consider stopping to rely on atomicwrites.

akhmerov avatar Jul 09 '22 08:07 akhmerov

Well caught. I'll fix this on a slow day.

basnijholt avatar Jul 09 '22 18:07 basnijholt

Fixed by #353 🎉

basnijholt avatar Aug 13 '22 07:08 basnijholt