Closed dkriegner closed 5 years ago
the test code should use temporary files (using the tempfile module) to avoid race conditions when tests are run in parallel for multiple python versions.
This effects for example test_io_spec.py and test_io_edf.py and likely few more.
test_io_spec.py
test_io_edf.py
the test code should use temporary files (using the tempfile module) to avoid race conditions when tests are run in parallel for multiple python versions.
This effects for example
test_io_spec.py
andtest_io_edf.py
and likely few more.