Fix test_tocdl to pass on Windows. #199
Annotations
2 errors and 3 warnings
Building macos-14 (arm64) wheels
Command ['/bin/sh', '-c', 'python -c "import netCDF4; print(f\'netCDF4 v{netCDF4.__version__}\')" && pytest -s -rxs -v /Users/runner/work/netcdf4-python/netcdf4-python/test\n'] failed with code 1.
|
Building macos-14 (arm64) wheels
Process completed with exit code 1.
|
Building macos-14 (arm64) wheels
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
|
Building macos-14 (arm64) wheels
hdf5 1.14.5 is already installed and up-to-date.
To reinstall 1.14.5, run:
brew reinstall hdf5
|
Building macos-14 (arm64) wheels
netcdf 4.9.2_2 is already installed and up-to-date.
To reinstall 4.9.2_2, run:
brew reinstall netcdf
|
Loading