feat(cmakev2): Enabled test_versions.py for cmakev2

This commit is contained in:
Sudeep Mohanty
2025-09-23 09:35:27 +02:00
committed by BOT
parent f51b79dbe0
commit c63063f3f6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -280,6 +280,7 @@ pytest_buildv2_system:
test_partition.py
test_reproducible_build.py
test_sdkconfig.py
test_versions.py
pytest_build_system_macos:
extends:
+1
View File
@@ -70,6 +70,7 @@ def test_versions_get_version_from_git_describe(
# 6. Verify that cmake correctly flags invalid inputs for the VERSION argument and accepts valid inputs for the same
#
#############################################################################################
@pytest.mark.buildv2_skip('cmakev2 does not need to parse the VERSION argument in the build system')
def test_versions_get_version_from_version_arg(idf_py: IdfPyFunc, test_git_template_app: Path) -> None:
logging.info('Verify that the VERSION argument in project() is correctly parsed by cmake')