Skip to content

Commit e7bd80c

Browse files
committed
skip bash test on windows
1 parent fbb1571 commit e7bd80c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_execute.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,9 @@ def test_save_script(doctree):
635635

636636
def test_bash_kernel(doctree):
637637
pytest.importorskip('bash_kernel')
638+
if sys.platform == 'win32':
639+
pytest.skip("Not trying bash on windows.")
640+
638641
source = """
639642
.. jupyter-kernel:: bash
640643
:id: test

0 commit comments

Comments
 (0)