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
[DEBUG] failed to wait a command: python3.5 -m pytest -m not slow and (gpu or cudnn or cuda) /chainer/tests/chainer_tests/functions_tests/math_tests/test_average.py: signal: killed
I expect spaces are escaped or
python3.5 -m pytest -m 'not slow and (gpu or cudnn or cuda)' /chainer/tests/chainer_tests/functions_tests/math_tests/test_average.py
I found
I expect spaces are escaped or
xpytest/pkg/pytest/execute.go
Lines 141 to 142 in e5b8314
The text was updated successfully, but these errors were encountered: