[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/285: gnu: qutebrowser: Add comment about tests.
From: |
guix-commits |
Subject: |
124/285: gnu: qutebrowser: Add comment about tests. |
Date: |
Sun, 29 Dec 2019 20:44:14 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 594773853496c47f93777cdd8b35528ea6d16ab8
Author: Brett Gilio <address@hidden>
Date: Tue Dec 24 14:35:52 2019 -0600
gnu: qutebrowser: Add comment about tests.
* gnu/packages/web-browsers.scm (qutebrowser)[arguments]: Indicate that
tests
have been added, but to wait on fixing or working-around the failing test
case for QtWebEngine until it is determined whether a liberated
QtWebEngine
can be made available or not.
---
gnu/packages/web-browsers.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 531c0e2..7586011 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -301,7 +301,12 @@ access.")
("python-pyqt" ,python-pyqt)
("qtwebkit" ,qtwebkit)))
(arguments
- `(#:tests? #f ;no tests
+ `(;; FIXME: Tests have been added to Qutebrowser. But they currently fail
on
+ ;; trying to locate QtWebEngine, and run it on a specific display.
+ ;; There does not seem to be a trivial way to suppress this test.
+ ;; Either fix this, or wait for a liberated QtWebEngine to make into
GNU Guix.
+ ;; Change this according to <https://bugs.gnu.org/35866>.
+ #:tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'install 'install-more
@@ -312,7 +317,6 @@ access.")
(invoke "a2x" "-f" "manpage" "doc/qutebrowser.1.asciidoc")
(install-file "doc/qutebrowser.1"
(string-append out "/share/man/man1"))
-
(for-each
(lambda (i)
(let ((src (format #f "icons/qutebrowser-~dx~d.png" i i))
- 231/285: gnu: emacs-dante: Modify version number., (continued)
- 231/285: gnu: emacs-dante: Modify version number., guix-commits, 2019/12/29
- 02/285: gnu: sbcl-cl-store: Use HTTPS home page URI., guix-commits, 2019/12/29
- 03/285: gnu: Add copyright header., guix-commits, 2019/12/29
- 78/285: gnu: python-sphinx-copybutton: Update to 0.2.6., guix-commits, 2019/12/29
- 83/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page., guix-commits, 2019/12/29
- 87/285: gnu: python-eventlet: Use HTTPS home page URI., guix-commits, 2019/12/29
- 88/285: gnu: Add python-umap-learn., guix-commits, 2019/12/29
- 89/285: gnu: python-llvmlite: Update to 0.30.0., guix-commits, 2019/12/29
- 93/285: gnu: python-bbknn: Update to 1.3.6., guix-commits, 2019/12/29
- 94/285: gnu: emacs-howm: Modify installation directory in site-lisp., guix-commits, 2019/12/29
- 124/285: gnu: qutebrowser: Add comment about tests.,
guix-commits <=
- 226/285: gnu: emacs-doom-themes: Update to 2.1.6-3., guix-commits, 2019/12/29
- 229/285: gnu: emacs-graphql: Adjust indentation., guix-commits, 2019/12/29
- 232/285: gnu: emacs-reformatter: Adjust indentation., guix-commits, 2019/12/29
- 230/285: gnu: emacs-haskell-mode: Adjust indentation., guix-commits, 2019/12/29
- 234/285: gnu: emacs-emms-mode-line-cycle: Adjust indentation., guix-commits, 2019/12/29
- 238/285: gnu: emacs-direnv: Adjust indentation., guix-commits, 2019/12/29
- 241/285: gnu: emacs-mmm-mode: Adjust indentation., guix-commits, 2019/12/29
- 236/285: gnu: emacs-autothemer: Adjust indentation., guix-commits, 2019/12/29
- 239/285: gnu: emacs-google-maps: Adjust indentation., guix-commits, 2019/12/29
- 242/285: gnu: emacs-tablist: Adjust indentation., guix-commits, 2019/12/29