[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
207/223: gnu: python-funsor: Ignore flaky test.
From: |
guix-commits |
Subject: |
207/223: gnu: python-funsor: Ignore flaky test. |
Date: |
Mon, 21 Oct 2024 18:23:56 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 99d9ae87968476965145b66e21f5f76d413cac42
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))
- 198/223: gnu: python-xmltodict: Move to pyproject-build-system., (continued)
- 198/223: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/10/21
- 199/223: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/10/21
- 200/223: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/10/21
- 201/223: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/10/21
- 202/223: gnu: python-uqbar: Improve package style., guix-commits, 2024/10/21
- 203/223: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/10/21
- 205/223: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/10/21
- 209/223: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/10/21
- 216/223: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/10/21
- 220/223: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/10/21
- 207/223: gnu: python-funsor: Ignore flaky test.,
guix-commits <=
- 221/223: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/10/21
- 223/223: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/10/21
- 110/223: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/10/21
- 134/223: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/10/21
- 140/223: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/10/21
- 222/223: gnu: python-websockets: Adjust inputs., guix-commits, 2024/10/21
- 146/223: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/10/21
- 149/223: gnu: Add xcffibgen., guix-commits, 2024/10/21
- 148/223: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/10/21
- 154/223: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/10/21