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
Latest github action run failing for test_without_debugpy with INTERNALERROR> Skipped: could not import 'debugpy': No module named 'debugpy' and on Windows with INTERNALERROR> Skipped: skipping tests on windows. I can reproduce this locally with pytest-asyncio 0.23.3 but it is OK with 0.23.2. There is a related issue pytest-dev/pytest-asyncio#729.
The text was updated successfully, but these errors were encountered:
Latest github action run failing for
test_without_debugpy
withINTERNALERROR> Skipped: could not import 'debugpy': No module named 'debugpy'
and on Windows withINTERNALERROR> Skipped: skipping tests on windows
. I can reproduce this locally withpytest-asyncio
0.23.3 but it is OK with 0.23.2. There is a related issue pytest-dev/pytest-asyncio#729.The text was updated successfully, but these errors were encountered: