aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/lp1153725-temporary-workaround.patch
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-08-26 16:01:54 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-08-26 16:01:54 +0600
commit22b47d8f27c3d4558f1df2d79cad7a63fd7cc871 (patch)
tree4f9e55dec008a3f1de61cabfb577fe254ae6e36e /debian/patches/lp1153725-temporary-workaround.patch
parent70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (diff)
downloadaptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.tar.gz
aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.zip
Drop unused patches
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/patches/lp1153725-temporary-workaround.patch')
-rw-r--r--debian/patches/lp1153725-temporary-workaround.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/lp1153725-temporary-workaround.patch b/debian/patches/lp1153725-temporary-workaround.patch
deleted file mode 100644
index 8332058..0000000
--- a/debian/patches/lp1153725-temporary-workaround.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Skip expected failures due to LP: #1153725.
- Remove this when the actual bug is fixed or when we have a better patch.
-Author: Barry Warsaw <barry@ubuntu.com>
-Forwarded: not-needed
-
-Index: aptdaemon-1.0/tests/test_high_trust_repository_whitelist.py
-===================================================================
---- aptdaemon-1.0.orig/tests/test_high_trust_repository_whitelist.py 2013-03-18 14:24:18.377381909 +0100
-+++ aptdaemon-1.0/tests/test_high_trust_repository_whitelist.py 2013-03-18 14:24:43.493382864 +0100
-@@ -72,6 +72,7 @@
- self.worker.connect("transaction-simulated",
- lambda w, t: self.loop.quit())
-
-+ @unittest.expectedFailure
- def test_read_high_trust_repository_whitelist_dir(self):
- whitelist = read_high_trust_repository_dir(
- os.path.join(aptdaemon.test.get_tests_dir(),
-@@ -167,6 +168,7 @@
- self.start_fake_polkitd(PK_ACTION)
- time.sleep(1)
-
-+ @unittest.expectedFailure
- def test_high_trust_polkit_ok(self):
- self.client = aptdaemon.client.AptClient(self.bus)
- # test that the high trust whitelist works