Skip to content

Commit 7bf639f

Browse files
committed
Update test_vcpkg_cmake.py
1 parent 6b1f3b6 commit 7bf639f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/examples/test_vcpkg_cmake.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import subprocess
44

5+
import pytest
56
from typer.testing import CliRunner
67

78
from cppython.console.entry import app
@@ -13,6 +14,7 @@ class TestVcpkgCMake:
1314
"""Test project variation of vcpkg and CMake"""
1415

1516
@staticmethod
17+
@pytest.mark.skip(reason='TODO')
1618
def test_simple(example_runner: CliRunner) -> None:
1719
"""Simple project"""
1820
result = example_runner.invoke(

0 commit comments

Comments
 (0)