You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some pytests might get stuck on reading data from the spectrometer.
This is especially a problem for pyseabreeze tests that might have an incorrect implementation for some spectrometers.
I tried timeouts and it's very complicated to get this right together with the hardware backed tests.
I'll consider patching the timeout value for reading data from the spectrometer specifically for tests in the future.
(The issue is, that some tests could stall the test suite due to having to wait for the usb timeout, which is long)
Some pytests might get stuck on reading data from the spectrometer.
This is especially a problem for pyseabreeze tests that might have an incorrect implementation for some spectrometers.
TODO: https://bitbucket.org/pytest-dev/pytest-timeout/src/default/
This is related to #69
The text was updated successfully, but these errors were encountered: