From 14aa0b3144675698633889adaec2cd991b1f1904 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 3 Nov 2017 17:46:55 +0530 Subject: [PATCH] debian: Remove patches for fixing tests Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- ...0001-disable-privileged-actions-test.patch | 22 ------------------- debian/patches/series | 4 ---- 2 files changed, 26 deletions(-) delete mode 100644 debian/patches/0001-disable-privileged-actions-test.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/0001-disable-privileged-actions-test.patch b/debian/patches/0001-disable-privileged-actions-test.patch deleted file mode 100644 index 67913607c..000000000 --- a/debian/patches/0001-disable-privileged-actions-test.patch +++ /dev/null @@ -1,22 +0,0 @@ -Subject: Skip privileged actions test - ---- a/plinth/tests/test_actions.py -+++ b/plinth/tests/test_actions.py -@@ -33,6 +33,7 @@ - cfg.actions_dir = os.path.join(root_dir, 'actions') - - -+@unittest.skip('Skipping privileged actions tests') - class TestPrivileged(unittest.TestCase): - """Verify that privileged actions perform as expected. - ---- a/plinth/modules/letsencrypt/tests/test_domain_name_changes.py -+++ b/plinth/modules/letsencrypt/tests/test_domain_name_changes.py -@@ -23,6 +23,7 @@ - from .. import on_domain_added, on_domain_removed - - -+@unittest.skip('Skipping tests that require root privileges') - class TestDomainNameChanges(unittest.TestCase): - """Test for automatically obtaining and revoking Let's Encrypt certs""" - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 7f03b9cc1..000000000 --- a/debian/patches/series +++ /dev/null @@ -1,4 +0,0 @@ -#0001-disable-privileged-actions-test.patch -#0002-skip-copy-doc-dir.patch -#0003-disable-missing-packages.patch -#0004-enable-login-services.patch