[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/217: gnu: python-keras: Skip a flaky test.
From: |
guix-commits |
Subject: |
74/217: gnu: python-keras: Skip a flaky test. |
Date: |
Sun, 14 Nov 2021 19:20:44 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit f6720deeb417fb85bcd8e9718cff0a9457ade0f5
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)
- 118/217: gnu: cmake-bootstrap: Update to 3.21.3., (continued)
- 118/217: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/11/14
- 43/217: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/11/14
- 60/217: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/14
- 48/217: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/14
- 55/217: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/14
- 65/217: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/14
- 64/217: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/11/14
- 57/217: gnu: Add a missing copyright., guix-commits, 2021/11/14
- 53/217: gnu: googletest: Update to 1.11.0., guix-commits, 2021/11/14
- 66/217: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/11/14
- 74/217: gnu: python-keras: Skip a flaky test.,
guix-commits <=
- 83/217: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/14
- 76/217: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/11/14
- 75/217: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/11/14
- 97/217: gnu: Add python-flit-core., guix-commits, 2021/11/14
- 84/217: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/11/14
- 91/217: gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., guix-commits, 2021/11/14
- 37/217: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/14
- 49/217: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/11/14
- 59/217: Revert gstreamer update to 1.19.2., guix-commits, 2021/11/14
- 78/217: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/11/14