NPIOcean / kval

Tools for analysis and processing of ocean data in Python.
MIT License
2 stars 0 forks source link

Py12 CI test fails on Windows #27

Closed oyvfoss closed 3 months ago

oyvfoss commented 3 months ago

All the test configurations now pass, except Windows + Python 10.

Issue seems to be related to the teardown process for the zenodo test files in tests\unit_tests\file\test_rbr.py.

oyvfoss commented 3 months ago

Solved (d37e1227923de7cf2493727d10bab301c9f7689f). Had to handle file teardown more robustly for the test to pass on Windows/Py12.