[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/180: gnu: python-keras: Skip a flaky test.
From: |
guix-commits |
Subject: |
74/180: gnu: python-keras: Skip a flaky test. |
Date: |
Fri, 29 Oct 2021 15:56:46 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 6a55f9bff37a97de865b7333c9f5fe6b897fea1c
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)
- 71/180: gnu: dbus-c++: Fix build., (continued)
- 71/180: gnu: dbus-c++: Fix build., guix-commits, 2021/10/29
- 67/180: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/10/29
- 72/180: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/10/29
- 66/180: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/10/29
- 75/180: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/10/29
- 76/180: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/10/29
- 53/180: gnu: googletest: Update to 1.11.0., guix-commits, 2021/10/29
- 59/180: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/29
- 69/180: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/10/29
- 70/180: gnu: python-keras: Enable parallel tests., guix-commits, 2021/10/29
- 74/180: gnu: python-keras: Skip a flaky test.,
guix-commits <=
- 73/180: bluez: Update to 5.61., guix-commits, 2021/10/29
- 77/180: gnu: tzdata: Update to 2021e., guix-commits, 2021/10/29
- 81/180: build: qt-utils: Don't wrap .X-real files., guix-commits, 2021/10/29
- 82/180: gnu: curl: Honor #:tests?., guix-commits, 2021/10/29
- 83/180: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/29
- 84/180: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/10/29
- 86/180: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/10/29
- 89/180: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/10/29
- 90/180: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/10/29
- 49/180: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/10/29