adaptive
adaptive copied to clipboard
Stop using atomic writes
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.
Well caught. I'll fix this on a slow day.
Fixed by #353 🎉