We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14c5be commit 8956551Copy full SHA for 8956551
tests/integration/examples/test_conan_cmake.py
@@ -8,6 +8,7 @@
8
from pathlib import Path
9
from tomllib import loads
10
11
+import pytest
12
from typer.testing import CliRunner
13
14
from cppython.console.schema import ConsoleInterface
@@ -17,6 +18,7 @@
17
18
pytest_plugins = ['tests.fixtures.example', 'tests.fixtures.conan']
19
20
21
+@pytest.mark.skip(reason='TODO')
22
class TestConanCMake:
23
"""Test project variation of conan and CMake"""
24
0 commit comments