debian: Remove patches for fixing tests

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2017-11-03 17:46:55 +05:30 committed by James Valleroy
parent 61d88fd4f2
commit 14aa0b3144
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 0 additions and 26 deletions

View File

@ -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"""

View File

@ -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