We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8956551 commit 23a068eCopy full SHA for 23a068e
tests/integration/examples/test_vcpkg_cmake.py
@@ -7,7 +7,6 @@
7
import subprocess
8
from pathlib import Path
9
10
-import pytest
11
from typer.testing import CliRunner
12
13
pytest_plugins = ['tests.fixtures.example']
@@ -17,7 +16,6 @@ class TestVcpkgCMake:
17
16
"""Test project variation of vcpkg and CMake"""
18
19
@staticmethod
20
- @pytest.mark.skip(reason='TODO')
21
def test_simple(example_runner: CliRunner) -> None:
22
"""Simple project"""
23
# By nature of running the test, we require PDM to develop the project and so it will be installed
0 commit comments