guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: diffoscope: Disable another broken libfile test.


From: guix-commits
Subject: 02/03: gnu: diffoscope: Disable another broken libfile test.
Date: Sun, 24 Oct 2021 11:09:43 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit b142611b361fc41da7353d0e5b0854bf6ea32501
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 15:07:35 2021 +0000

    gnu: diffoscope: Disable another broken libfile test.
    
    * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Rename build phase
    'remove-berkeley-test to 'remove-broken-file-type-detection-test and delete
    another test that is broken due to our `file' package.
---
 gnu/packages/diffoscope.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 6e8363d..e892499 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2017, 2021 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
@@ -87,11 +87,12 @@
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
-                  ;; This test is broken because our `file` package has a
-                  ;; bug in berkeley-db file type detection.
-                  (add-after 'unpack 'remove-berkeley-test
+                  ;; These tests are broken because our `file` package has a
+                  ;; bug in berkeley-db and wasm file type detection.
+                  (add-after 'unpack 'remove-broken-file-type-detection-test
                     (lambda _
-                      (delete-file "tests/comparators/test_berkeley_db.py")))
+                      (delete-file "tests/comparators/test_berkeley_db.py")
+                      (delete-file "tests/comparators/test_wasm.py")))
                   (add-after 'unpack 'embed-tool-references
                     (lambda* (#:key inputs #:allow-other-keys)
                       (substitute* "diffoscope/comparators/utils/compare.py"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]