[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
214/231: gnu: python-funsor: Ignore flaky test.
From: |
guix-commits |
Subject: |
214/231: gnu: python-funsor: Ignore flaky test. |
Date: |
Tue, 15 Oct 2024 17:11:34 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-old
in repository guix.
commit 84798ba7d79b549daa731620b80d7c2d1b97850b
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 ddf8bedf04..21d58d9aae 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -170,6 +170,8 @@ representations and sentence classification.")
(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))
- 189/231: gnu: python-docspec-python: Move to pyproject-build-system., (continued)
- 189/231: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/10/15
- 193/231: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/10/15
- 184/231: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/10/15
- 185/231: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/10/15
- 196/231: gnu: Add ghc-xcb-types., guix-commits, 2024/10/15
- 197/231: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/10/15
- 198/231: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/10/15
- 204/231: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/10/15
- 207/231: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/10/15
- 210/231: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/10/15
- 214/231: gnu: python-funsor: Ignore flaky test.,
guix-commits <=
- 216/231: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/10/15
- 219/231: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/10/15
- 224/231: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/10/15
- 227/231: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/10/15
- 38/231: gnu: python-argcomplete: Add missing input., guix-commits, 2024/10/15
- 72/231: gnu: Add python-overrides., guix-commits, 2024/10/15
- 222/231: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/10/15
- 96/231: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/10/15
- 110/231: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/10/15
- 115/231: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/10/15