Skip to content

Commit

Permalink
POSIX only for now
Browse files Browse the repository at this point in the history
https://doc.pytest.org/en/latest/skipping.html
Consider using Windows Subsystem for Linux
  • Loading branch information
kangwonlee committed Jul 28, 2019
1 parent abcb04c commit cc722a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_build_markdown_cpp_cell.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import sys

import pytest

Expand All @@ -24,6 +25,7 @@
]


@pytest.mark.skipif(sys.platform.startswith("win"), reason="POSIX only for now")
def test_get_build_command_in_last_line():
created_files = []
for cpp_ipynb_md_cell, expected in cpp_test_cases:
Expand Down

0 comments on commit cc722a4

Please sign in to comment.