From 4a092412c56f7a65195fe4abaa1649b7714c0e1f Mon Sep 17 00:00:00 2001 From: Dostoievski Batista Date: Mon, 20 Mar 2023 09:35:17 -0300 Subject: [PATCH] python3.9: disable unit tests When building python3.9 the process get stuck on running self-test process. Will disable it as we investigate further. Partial-Bug: 2009722 Signed-off-by: Dostoievski Batista Change-Id: I868e53fc2aa5b8f769ccea4d4cb14470213cfcf7 --- .../0001-Disabling-auto-test.patch | 24 +++++++++++++++++++ python/python3.9/debian/deb_patches/series | 1 + 2 files changed, 25 insertions(+) create mode 100644 python/python3.9/debian/deb_patches/0001-Disabling-auto-test.patch create mode 100644 python/python3.9/debian/deb_patches/series diff --git a/python/python3.9/debian/deb_patches/0001-Disabling-auto-test.patch b/python/python3.9/debian/deb_patches/0001-Disabling-auto-test.patch new file mode 100644 index 000000000..cc2cbd309 --- /dev/null +++ b/python/python3.9/debian/deb_patches/0001-Disabling-auto-test.patch @@ -0,0 +1,24 @@ +From 7621f6c41668b1ec8b8c76f834f486ee938cd77c Mon Sep 17 00:00:00 2001 +From: Dostoievski Batista +Date: Fri, 17 Mar 2023 17:55:16 -0300 +Subject: [PATCH] Disabling auto test + +Signed-off-by: Dostoievski Batista +--- + debian/rules | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/debian/rules b/debian/rules +index 1d632f2..0836972 100755 +--- a/debian/rules ++++ b/debian/rules +@@ -1539,3 +1539,6 @@ binary: binary-indep binary-arch + # Local Variables: + # mode: makefile + # end: ++ ++override_dh_auto_test: ++ dh_auto_test --nocheck +\ No newline at end of file +-- +2.25.1 diff --git a/python/python3.9/debian/deb_patches/series b/python/python3.9/debian/deb_patches/series new file mode 100644 index 000000000..98eb37160 --- /dev/null +++ b/python/python3.9/debian/deb_patches/series @@ -0,0 +1 @@ +0001-Disabling-auto-test.patch \ No newline at end of file