We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e80a6 commit e8104f4Copy full SHA for e8104f4
async-pydevd/tests/test_pydevd_patch.py
@@ -141,7 +141,7 @@ def test_async_evaluate_is_not_available_for_eventloop(mocker):
141
142
with raises(
143
RuntimeError,
144
- match=r"^Can not evaluate async code with event loop asyncio.unix_events._UnixSelectorEventLoop. "
+ match=r"^Can not evaluate async code with event loop .*\. "
145
r"Only native asyncio event loop can be used for async code evaluating.$",
146
):
147
evaluate_expression(
0 commit comments