[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/222: gnu: python-funsor: Ignore flaky test.
From: |
guix-commits |
Subject: |
206/222: gnu: python-funsor: Ignore flaky test. |
Date: |
Fri, 1 Nov 2024 10:56:52 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 486fa64cbae702698225c18e9043281b2f071107
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:12 2024 +0200
gnu: python-funsor: Ignore flaky test.
* gnu/packages/machine-learning.scm (python-funsor)
[arguments]<#:test-flags>: Ignore flaky test.
Change-Id: I6b86c6478c89833609b2ac5821b5509acf589fa6
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/machine-learning.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index e2637c4aea..a8782bf8b4 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -196,6 +196,8 @@ family of functions.")
(sha256
(base32 "0cgysij0dix0fikyz2x4f8jvaskm5s5a04s07chzaz2dw1fpxdq8"))))
(build-system pyproject-build-system)
+ (arguments ; disable flaky test
+ (list #:test-flags '(list "-k" "not test_integrate_variable[x23-i]")))
(propagated-inputs (list python-makefun python-multipledispatch
python-numpy python-opt-einsum
python-typing-extensions))
- 142/222: gnu: python-http-ece: Update to 1.2.0., (continued)
- 142/222: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/01
- 141/222: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/01
- 152/222: gnu: qtile: Improve package style., guix-commits, 2024/11/01
- 166/222: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/01
- 164/222: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/01
- 177/222: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/01
- 199/222: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/01
- 200/222: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/01
- 203/222: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/11/01
- 205/222: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/01
- 206/222: gnu: python-funsor: Ignore flaky test.,
guix-commits <=
- 215/222: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/11/01
- 216/222: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/01
- 219/222: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/01
- 186/222: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/11/01
- 192/222: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/01
- 196/222: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/01
- 197/222: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/01
- 207/222: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/01
- 221/222: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/01
- 185/222: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/01