[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/201: gnu: python-keras: Skip a flaky test.
From: |
guix-commits |
Subject: |
74/201: gnu: python-keras: Skip a flaky test. |
Date: |
Mon, 1 Nov 2021 23:18:39 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 2f35329b7e10c8531f069577bdbafb28cb127836
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)
- 159/201: gnu: gstreamer: Disable the pipelines-seek test., (continued)
- 159/201: gnu: gstreamer: Disable the pipelines-seek test., guix-commits, 2021/11/01
- 176/201: gnu: Add libxcvt., guix-commits, 2021/11/01
- 169/201: gnu: Add meson-0.59., guix-commits, 2021/11/01
- 195/201: gnu: openblas: Update to 0.3.18., guix-commits, 2021/11/01
- 186/201: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/01
- 187/201: gnu: Add webkitgtk-2.32., guix-commits, 2021/11/01
- 197/201: gnu: ansible-core: Update to 2.11.6., guix-commits, 2021/11/01
- 173/201: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/01
- 170/201: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/01
- 201/201: gnu: guile-ssh: Update to 0.13.1-2e25d85., guix-commits, 2021/11/01
- 74/201: gnu: python-keras: Skip a flaky test.,
guix-commits <=
- 79/201: gnu: diffutils: Fix signal processing., guix-commits, 2021/11/01
- 91/201: gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., guix-commits, 2021/11/01
- 99/201: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/11/01
- 112/201: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/11/01
- 110/201: gnu: Add docbook-xsl-ns., guix-commits, 2021/11/01
- 77/201: gnu: tzdata: Update to 2021e., guix-commits, 2021/11/01
- 81/201: build: qt-utils: Don't wrap .X-real files., guix-commits, 2021/11/01
- 89/201: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/11/01
- 83/201: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/01
- 92/201: gnu: rust: Add rust 1.54 and move all non-bootstrapping logic to it., guix-commits, 2021/11/01