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
Removed _multi_device because of the error below (with TEST_DEVICES=2) which I could not get fixed
RuntimeError: The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:42063 (errno: 98 - Address already in use). The server socket has failed to bind to 0.0.0.0:42063 (errno: 98 - Address already in use).
Strangely this only happens when running all multi device tests (pytest -k multi_device) but doesn't happen when I run only test_examples (pytest test/test_examaples.py).
Removed
_multi_device
because of the error below (withTEST_DEVICES=2
) which I could not get fixedStrangely this only happens when running all multi device tests (
pytest -k multi_device
) but doesn't happen when I run onlytest_examples
(pytest test/test_examaples.py
).Originally posted by @ordabayevy in #42 (comment)
The text was updated successfully, but these errors were encountered: