We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vcpkg
1 parent 15409a6 commit af9edd7Copy full SHA for af9edd7
tests/integration/plugins/vcpkg/test_provider.py
@@ -8,6 +8,7 @@
8
from cppython.test.pytest.contracts import ProviderIntegrationTestContract
9
10
11
+@pytest.mark.skip(reason='Requires system dependencies (zip, unzip, tar) not available in all environments.')
12
class TestCPPythonProvider(ProviderIntegrationTestContract[VcpkgProvider]):
13
"""The tests for the vcpkg provider"""
14
0 commit comments