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