Remove official Appveyor support (#2386)

This commit is contained in:
Joe Rickerby
2025-05-11 11:16:54 +02:00
committed by GitHub
parent 5b65230f64
commit 54a4dccd62
14 changed files with 26 additions and 107 deletions
-6
View File
@@ -1,7 +1,4 @@
import os
import jinja2
import pytest
from . import utils
from .test_projects import TestProject
@@ -100,9 +97,6 @@ def test_cpp17(tmp_path):
"""
cpp17_project.generate(project_dir)
if os.environ.get("APPVEYOR_BUILD_WORKER_IMAGE", "") == "Visual Studio 2015":
pytest.skip("Visual Studio 2015 does not support C++17")
add_env = {}
if utils.platform == "macos":
add_env["MACOSX_DEPLOYMENT_TARGET"] = "10.13"