Skip to content

Commit 23a068e

Browse files
committed
Update test_vcpkg_cmake.py
1 parent 8956551 commit 23a068e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/examples/test_vcpkg_cmake.py

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

10-
import pytest
1110
from typer.testing import CliRunner
1211

1312
pytest_plugins = ['tests.fixtures.example']
@@ -17,7 +16,6 @@ class TestVcpkgCMake:
1716
"""Test project variation of vcpkg and CMake"""
1817

1918
@staticmethod
20-
@pytest.mark.skip(reason='TODO')
2119
def test_simple(example_runner: CliRunner) -> None:
2220
"""Simple project"""
2321
# By nature of running the test, we require PDM to develop the project and so it will be installed

0 commit comments

Comments
 (0)