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
I was running the tests on my Windows machine and noticed a failure in test/test_utils.py caused by NamedTemporaryFile being opened twice, which is not allowed on Windows because the file is already open with an exclusive handle. It happend in the fixtures safe_tar_file and unsafe_tar_file.