We have many tests that fail with NotADiirectoryErrors in windows. (see #6455 for an eample). It looks like we've tried to address this with the utils_test.py::_SafeTemporaryDirectory class. However it's only used in one of a few places in that module. Should we use it more widely? Alternatively, should we care about the windows error here?
cc @graingert if you have thoughts
We have many tests that fail with NotADiirectoryErrors in windows. (see #6455 for an eample). It looks like we've tried to address this with the
utils_test.py::_SafeTemporaryDirectoryclass. However it's only used in one of a few places in that module. Should we use it more widely? Alternatively, should we care about the windows error here?cc @graingert if you have thoughts