Skip to content

Commit 8956551

Browse files
committed
Skip Conan Tests
1 parent b14c5be commit 8956551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/examples/test_conan_cmake.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from pathlib import Path
99
from tomllib import loads
1010

11+
import pytest
1112
from typer.testing import CliRunner
1213

1314
from cppython.console.schema import ConsoleInterface
@@ -17,6 +18,7 @@
1718
pytest_plugins = ['tests.fixtures.example', 'tests.fixtures.conan']
1819

1920

21+
@pytest.mark.skip(reason='TODO')
2022
class TestConanCMake:
2123
"""Test project variation of conan and CMake"""
2224

0 commit comments

Comments
 (0)