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 6cdbd9c commit 4d1770f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_kernelapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from .conftest import MockKernel
from .utils import TemporaryWorkingDirectory


@pytest.mark.skipif(os.name == "nt", reason="requires ipc")
def test_init_ipc_socket():
app = IPKernelApp(transport="ipc")
Expand Down

0 comments on commit 4d1770f

Please sign in to comment.