We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1086a96 commit da04e6eCopy full SHA for da04e6e
tests/test_kernelapp.py
@@ -118,9 +118,7 @@ def test_merge_connection_file():
118
119
120
# FIXME: @pytest.mark.skipif(trio is None, reason="requires trio")
121
-@pytest.mark.skip(
122
- "Cant run under pytest-trio as IPKernelApp is the one starting the loop"
123
-)
+@pytest.mark.skip("Cant run under pytest-trio as IPKernelApp is the one starting the loop")
124
def test_trio_loop():
125
app = IPKernelApp(trio_loop=True)
126
0 commit comments