Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2025
1 parent 1086a96 commit da04e6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_kernelapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ def test_merge_connection_file():


# FIXME: @pytest.mark.skipif(trio is None, reason="requires trio")
@pytest.mark.skip(
"Cant run under pytest-trio as IPKernelApp is the one starting the loop"
)
@pytest.mark.skip("Cant run under pytest-trio as IPKernelApp is the one starting the loop")
def test_trio_loop():
app = IPKernelApp(trio_loop=True)

Expand Down

0 comments on commit da04e6e

Please sign in to comment.