diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-09-24 12:36:21 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-09-24 12:43:24 +0200 |
commit | 3943f5ab5ab59ebf01aa6b8ba11dce1e2b9fb6c8 (patch) | |
tree | d5ee0773bdeab2d9d8e9ebdd47ad45592676b328 /gnu/packages/freedesktop.scm | |
parent | b9e9ef44ff487ef9f49b248344687067205cb321 (diff) | |
download | patches-3943f5ab5ab59ebf01aa6b8ba11dce1e2b9fb6c8.tar patches-3943f5ab5ab59ebf01aa6b8ba11dce1e2b9fb6c8.tar.gz |
gnu: python-pyxdg: Disable failing test.
* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Disable theme
validation test.
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 606859771a..e822f390c5 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2015, 2017 Andy Wingo <wingo@pobox.com> ;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org> -;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net> @@ -366,7 +366,10 @@ manager for the current system.") (substitute* "test/test-icon.py" (("/usr/share/icons/hicolor/index.theme") (string-append (assoc-ref inputs "hicolor-icon-theme") - "/share/icons/hicolor/index.theme"))) + "/share/icons/hicolor/index.theme")) + ;; FIXME: This test fails because the theme contains the unknown + ;; key "Scale". + (("theme.validate\\(\\)") "#")) ;; One test fails with: ;; AssertionError: 'x-apple-ios-png' != 'png' |