Handle simple packages and namespace packages by pipeline template.

Added pipeline to check pipeline templates.
This commit is contained in:
Patrick Lehmann
2024-11-10 18:22:13 +01:00
parent df0889b86b
commit 9808b6c7f9
9 changed files with 229 additions and 40 deletions

View File

@@ -460,7 +460,7 @@ jobs:
expectedPythonVersion = "3.13"
expectedPythons = ["3.12", "3.13"]
expectedSystems = ["ubuntu", "windows"]
expectedSystems = ["ubuntu", "macos-arm", "windows"]
expectedJobs = [f"{system}:{python}" for system in expectedSystems for python in expectedPythons] + ["windows:3.10", "windows:3.11", "windows:3.13"]
expectedName = "Example"
expectedArtifacts = {