aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/test-with-timeout.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/test-with-timeout.patch
parent70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (diff)
downloadaptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.tar.gz
aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.zip
Drop unused patches
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to '')
-rw-r--r--debian/patches/test-with-timeout.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/test-with-timeout.patch b/debian/patches/test-with-timeout.patch
deleted file mode 100644
index 8a51396..0000000
--- a/debian/patches/test-with-timeout.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Run tests with a timeout
- Tests are getting stuck for almost 3 hours because we race somewhere and end up
- getting stuck waiting for calls that never happen.
-Author: Julian Andres Klode <juliank@ubuntu.com>
---- a/aptdaemon/test.py
-+++ b/aptdaemon/test.py
-@@ -223,7 +223,7 @@ class AptDaemonTestCase(unittest.TestCas
- path = "/usr/sbin/aptd"
- else:
- path = os.path.join(dir, "../aptd")
-- cmd = ["python3", path, "--disable-timeout", "--disable-plugins",
-+ cmd = ["python3", path, "--disable-plugins",
- "--chroot", chroot]
- if debug:
- cmd.append("--debug")