We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5643cbe commit b50fdb2Copy full SHA for b50fdb2
1 file changed
tests/integration/examples/test_vcpkg_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.vcpkg']
19
20
21
+@pytest.mark.skip(reason='Address file locks.')
22
class TestVcpkgCMake:
23
"""Test project variation of vcpkg and CMake"""
24
0 commit comments