~ruther/guix-local

ef73acd30de925d4e4af86f694c0a4db93023d46 — Leo Famulari 9 years ago 1bafad5
gnu: diffoscope: Disable failing test.

* gnu/packages/package-management.scm (diffoscope)[arguments]: Add
'disable-failing-test' phase.
1 files changed, 7 insertions(+), 0 deletions(-)

M gnu/packages/package-management.scm
M gnu/packages/package-management.scm => gnu/packages/package-management.scm +7 -0
@@ 493,6 493,13 @@ transactions from C or Python.")
                    (lambda _
                      (substitute* "setup.py"
                        (("'python-magic',") ""))))
                  ;; The test suite assumes we have pytest >= 2.9.0.
                  ;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841146
                  (add-after 'unpack 'disable-failing-test
                    (lambda _
                      (substitute* "tests/comparators/utils.py"
                        (("skip\\(reason\\=\\\"requires \\{\\}\\\"\\.format\\(tool\\)\\)")
                          "skipif(True, reason=\"Requires pytest >= 2.9\")"))))
                  (add-before 'build 'disable-egg-zipping
                    (lambda _
                      ;; Leave the .egg file uncompressed.