[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/136: gnu: python-keras: Skip a flaky test.
From: |
guix-commits |
Subject: |
74/136: gnu: python-keras: Skip a flaky test. |
Date: |
Sun, 17 Oct 2021 05:16:07 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 3a053f70d0126ffe1b91c63306c6fcb2e7b2dec6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 11 23:42:40 2021 -0400
gnu: python-keras: Skip a flaky test.
* gnu/packages/machine-learning.scm (python-keras)
[phases]{check}: Also skip the test_stateful_metrics test.
---
gnu/packages/machine-learning.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 85460ae..88ce23c 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2538,9 +2538,14 @@ with image data, text data, and sequence data.")
"-p" "no:pep8"
;; FIXME: python-build-system lacks PARALLEL-TESTS?
"-n" (number->string (parallel-job-count))
- ;; The following test fail only in the build container;
- ;; skip it.
- "-k" "not test_selu")))))))
+ "-k"
+ (string-append
+ ;; The following test fails only in the build
+ ;; container; skip it.
+ "not test_selu "
+ ;; The following test was found flaky and removed in
+ ;; recent versions.
+ "and not test_stateful_metrics"))))))))
(propagated-inputs
`(("python-h5py" ,python-h5py)
("python-keras-applications" ,python-keras-applications)
- 51/136: gnu: pulseaudio: Update to 15.0., (continued)
- 51/136: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/10/17
- 60/136: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/17
- 33/136: gnu: bluez: Update to 5.59., guix-commits, 2021/10/17
- 39/136: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/10/17
- 43/136: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/10/17
- 49/136: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/10/17
- 52/136: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/10/17
- 54/136: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/10/17
- 59/136: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/17
- 67/136: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/10/17
- 74/136: gnu: python-keras: Skip a flaky test.,
guix-commits <=
- 62/136: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/17
- 79/136: gnu: diffutils: Fix signal processing., guix-commits, 2021/10/17
- 57/136: gnu: Add a missing copyright., guix-commits, 2021/10/17
- 58/136: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/10/17
- 45/136: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/10/17
- 55/136: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/10/17
- 71/136: gnu: dbus-c++: Fix build., guix-commits, 2021/10/17
- 73/136: bluez: Update to 5.61., guix-commits, 2021/10/17
- 77/136: gnu: tzdata: Update to 2021c., guix-commits, 2021/10/17
- 82/136: gnu: curl: Honor #:tests?., guix-commits, 2021/10/17