From 583a7a75d344f505ee3e1b2b5a656c5e230e44b5 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:23:39 +0100 Subject: [PATCH] [PR #7450/f5c544d9 backport][stable-7] CI: make sure that Python 2.7 unit tests also run with AZP (#7451) CI: make sure that Python 2.7 unit tests also run with AZP (#7450) Make sure that Python 2.7 unit tests also run with AZP. (cherry picked from commit f5c544d99c43eed8051cfc7a57e0e2fe54edae26) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 440bd8ac5f..258f1a5969 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -137,6 +137,7 @@ stages: nameFormat: Python {0} testFormat: 2.16/units/{0}/1 targets: + - test: 2.7 - test: 3.6 - test: "3.11" - stage: Units_2_15