[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/23: gnu: calibre: Disable tests that require networking.
From: |
guix-commits |
Subject: |
10/23: gnu: calibre: Disable tests that require networking. |
Date: |
Sun, 5 May 2019 11:15:24 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit b01cde1ac98395d9a3007bf5329ebb7f860c13d0
Author: Brendan Tildesley <address@hidden>
Date: Sat May 4 02:42:18 2019 +1000
gnu: calibre: Disable tests that require networking.
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Modify.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/ebook.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 79fa99c..2b557ab 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -185,6 +185,9 @@
"/bin/pdftohtml\"")))
(setenv "PODOFO_INC_DIR" (string-append podofo
"/include/podofo"))
(setenv "PODOFO_LIB_DIR" (string-append podofo "/lib"))
+ ;; This informs the tests we are a continuous integration
+ ;; environment and thus have no networking.
+ (setenv "CI" "true")
#t)))
(add-after 'build 'build-extra
(lambda* (#:key inputs #:allow-other-keys)
- branch master updated (c8e214e -> ee3ce0d), guix-commits, 2019/05/05
- 03/23: gnu: calibre: Build rapydscript., guix-commits, 2019/05/05
- 04/23: gnu: calibre: Add missing dependencies as indicated by tests., guix-commits, 2019/05/05
- 06/23: gnu: Add python-html2text, python2-html2text., guix-commits, 2019/05/05
- 08/23: gnu: python-regex, python2-regex: Update to 2019.04.14., guix-commits, 2019/05/05
- 02/23: gnu: calibre: Use system mathjax., guix-commits, 2019/05/05
- 17/23: gnu: calibre: Remove some comments., guix-commits, 2019/05/05
- 16/23: gnu: calibre: Enable tests., guix-commits, 2019/05/05
- 10/23: gnu: calibre: Disable tests that require networking.,
guix-commits <=
- 20/23: gnu: calibre: Delete various junk from source., guix-commits, 2019/05/05
- 15/23: gnu: calibre: Disable sqlite test., guix-commits, 2019/05/05
- 18/23: gnu: calibre: Unbundle python2-odfpy., guix-commits, 2019/05/05
- 21/23: gnu: calibre: Install man pages., guix-commits, 2019/05/05
- 23/23: gnu: calibre: Update to 3.42.0., guix-commits, 2019/05/05
- 19/23: gnu: calibre: Remove libxrender as an input., guix-commits, 2019/05/05
- 01/23: gnu: calibre: Update to 3.41.3., guix-commits, 2019/05/05
- 05/23: gnu: calibre: Move font unbundling to after check phase., guix-commits, 2019/05/05
- 07/23: gnu: calibre: Add python2-html2text as an input., guix-commits, 2019/05/05
- 12/23: gnu: calibre: Use "linux.py" to install desktop files., guix-commits, 2019/05/05