Skip to content

Commit da04e6e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1086a96 commit da04e6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_kernelapp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ def test_merge_connection_file():
118118

119119

120120
# 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-
)
121+
@pytest.mark.skip("Cant run under pytest-trio as IPKernelApp is the one starting the loop")
124122
def test_trio_loop():
125123
app = IPKernelApp(trio_loop=True)
126124

0 commit comments

Comments
 (0)