diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-08-27 19:25:22 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-31 13:47:46 +0200 |
| commit | d0726c307ec9cd99d401bac0b8cfd9421b271a38 (patch) | |
| tree | 74e424769365b5fcd0e4b1436512b46e70b1f91f | |
| parent | 950e4380859fa990859845ceb995493269f28219 (diff) | |
gnu: emacs-org-ref: Skip failing tests in emacs 31.
* gnu/packages/emacs-xyz.scm (emacs-org-ref)[arguments]
<#:phases>: Add ‘skip-failing-tests’.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ccc8c373bd0..196d5721f4f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -32357,7 +32357,14 @@ their meaning for the current Emacs major-mode.") | |||
| 32357 | #:include #~(cons* "org-ref.org" "org-ref.bib" %default-include) | 32357 | #:include #~(cons* "org-ref.org" "org-ref.bib" %default-include) |
| 32358 | #:exclude #~(list | 32358 | #:exclude #~(list |
| 32359 | ;; author doesn't recommend using it | 32359 | ;; author doesn't recommend using it |
| 32360 | "org-ref-pdf.el"))) | 32360 | "org-ref-pdf.el") |
| 32361 | #:phases | ||
| 32362 | #~(modify-phases %standard-phases | ||
| 32363 | (add-before 'check 'skip-failing-tests | ||
| 32364 | (lambda _ | ||
| 32365 | (substitute* "test/native-compilation-warnings-test.el" | ||
| 32366 | (("\\(ert-deftest test-org-ref/native-compile-clean .*" all) | ||
| 32367 | (string-append all " (skip-unless nil)")))))))) | ||
| 32361 | (propagated-inputs | 32368 | (propagated-inputs |
| 32362 | (list emacs-avy | 32369 | (list emacs-avy |
| 32363 | emacs-citeproc | 32370 | emacs-citeproc |
