From da04e6e762d53df2410ca9aeb1188a181f45acc1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:25:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_kernelapp.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_kernelapp.py b/tests/test_kernelapp.py index 34c6dc5e..8a1f59a8 100644 --- a/tests/test_kernelapp.py +++ b/tests/test_kernelapp.py @@ -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)