gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / calibre-remove-test-unrar.patch
CommitLineData
5d53eec3 1From 9edf67191cc3655480b6fd418247709ade930b1a Mon Sep 17 00:00:00 2001
15871b40 2From: Brendan Tildesley <mail@brendan.scot>
5d53eec3
BT
3Date: Thu, 25 Feb 2021 00:33:10 +1100
4Subject: [PATCH] Remove test_unrar
15871b40
BT
5
6---
7 src/calibre/test_build.py | 4 ----
8 1 file changed, 4 deletions(-)
9
10diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py
5d53eec3 11index b37fb1bcfb..0ab7aa0646 100644
15871b40
BT
12--- a/src/calibre/test_build.py
13+++ b/src/calibre/test_build.py
5d53eec3 14@@ -369,10 +369,6 @@ def test_file_dialog_helper(self):
15871b40
BT
15 from calibre.gui2.win_file_dialogs import test
16 test()
5d53eec3 17
15871b40
BT
18- def test_unrar(self):
19- from calibre.utils.unrar import test_basic
20- test_basic()
21-
5d53eec3
BT
22 def test_7z(self):
23 from calibre.utils.seven_zip import test_basic
24 test_basic()
25--
262.30.1