Closed pont-us closed 8 months ago
Diagnosis:
test_get_coverage_datetime_no_time
failing due to an unclosed temporary file backing an xr.Dataset
, which *nix doesn't care about but Windows does.test_get_coverage_rangetype_for_dataset
failing due to an underspecified test dataset getting different default dtype
s on Linux and Windows.
Describe the bug
As reported by @forman : two tests in
webapi.ows.coverages.test_controllers
are failing on Windows (only):test_get_coverage_datetime_no_time
->Permission error raised in with tempfile.TemporaryDirectory() as tempdir
test_get_coverage_rangetype_for_dataset
->To Reproduce Steps to reproduce the behavior:
Expected behavior All tests pass.
Additional context Tests pass in CI environments and in a local Linux environment.