Closed oyvfoss closed 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.
tests\unit_tests\file\test_rbr.py
Solved (d37e1227923de7cf2493727d10bab301c9f7689f). Had to handle file teardown more robustly for the test to pass on Windows/Py12.
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
.