mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: diffoscope: Disable failing test.
* gnu/packages/package-management.scm (diffoscope)[arguments]: Add 'disable-failing-test' phase.
This commit is contained in:
parent
1bafad5661
commit
ef73acd30d
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue