You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In aa95a42 (via #3390) atomicwrites was added to fix an issue on Windows (to fix #3008).
It does not appear to have been necessary for non-Windows systems, and is actually causing a slowdown there (pytest --collect-only: 5s => 8s on pytest's repo, with cleaned .pyc files of course).