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
The test uses sleep to have a timeout. Sleep is broken on WSL and some Ubuntu per microsoft/WSL#4898
Maybe we just try...except or something if sleep works.
Minimal example to reproduce issue:
(python3) :~/git/spacepy/tests$ python test_toolbox.py test_timeout_check_call -v
This unreleased version of SpacePy is not supported by the SpacePy team.
test_timeout_check_call (unittest.loader._FailedTest) ... ERROR
======================================================================
ERROR: test_timeout_check_call (unittest.loader._FailedTest)
----------------------------------------------------------------------
AttributeError: module '__main__' has no attribute 'test_timeout_check_call'
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)
The test uses sleep to have a timeout. Sleep is broken on WSL and some Ubuntu per microsoft/WSL#4898
Maybe we just try...except or something if sleep works.
Minimal example to reproduce issue:
Version of SpacePy
spacepy master f56b6d6
The text was updated successfully, but these errors were encountered: