From a19aa235a5de0ecaad2e735b7a4205d037667b1b Mon Sep 17 00:00:00 2001 From: SAG0512 Date: Fri, 14 Nov 2025 08:35:33 +0000 Subject: [PATCH 1/4] Remove package-mode setting from pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ca646e56..e5360ec96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "MIT" repository = "https://github.com/NHSDigital/communications-manager-api" homepage = "https://digital.nhs.uk/developer/api-catalogue/nhs-notify" keywords = ["healthcare", "uk", "nhs", "communications", "email", "sms", "letter"] - +package-mode = false [tool.poetry.dependencies] python = "^3.8" From 3d69d01c6d42051fe3f06be73744972c7872149a Mon Sep 17 00:00:00 2001 From: Sathiyakumar Ganesan Date: Fri, 14 Nov 2025 08:50:14 +0000 Subject: [PATCH 2/4] Removed project section from pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5360ec96..8b20a6ac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,3 @@ -[project] -python = "^3.8" - [tool.poetry] name = "communications-manager" version = "0.0.1-alpha" @@ -13,7 +10,6 @@ license = "MIT" repository = "https://github.com/NHSDigital/communications-manager-api" homepage = "https://digital.nhs.uk/developer/api-catalogue/nhs-notify" keywords = ["healthcare", "uk", "nhs", "communications", "email", "sms", "letter"] -package-mode = false [tool.poetry.dependencies] python = "^3.8" From 821a0b5c8783cb65118cf1518dc9ac27f6aecffc Mon Sep 17 00:00:00 2001 From: Sathiyakumar Ganesan Date: Fri, 14 Nov 2025 08:51:41 +0000 Subject: [PATCH 3/4] Add package mode to false pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8b20a6ac5..7db1b41b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ license = "MIT" repository = "https://github.com/NHSDigital/communications-manager-api" homepage = "https://digital.nhs.uk/developer/api-catalogue/nhs-notify" keywords = ["healthcare", "uk", "nhs", "communications", "email", "sms", "letter"] +package-mode = false [tool.poetry.dependencies] python = "^3.8" From 14839d7db17725641a83c4a42ded1aa91873d904 Mon Sep 17 00:00:00 2001 From: Sathiyakumar Ganesan Date: Wed, 19 Nov 2025 14:47:45 +0000 Subject: [PATCH 4/4] Update build pipeline to checkout pr branch for testing --- azure/azure-build-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/azure-build-pipeline.yml b/azure/azure-build-pipeline.yml index 18c0d43aa..30b7c798e 100644 --- a/azure/azure-build-pipeline.yml +++ b/azure/azure-build-pipeline.yml @@ -22,7 +22,7 @@ resources: - repository: common type: github name: NHSDigital/api-management-utils - ref: refs/heads/edge + ref: refs/heads/APIM-Pipeline-fix endpoint: NHSDigital variables: