[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
179/361: gnu: python-pytest-remotedata: Ignore failing test.
From: |
guix-commits |
Subject: |
179/361: gnu: python-pytest-remotedata: Ignore failing test. |
Date: |
Thu, 21 Nov 2024 06:29:13 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 48f524a45e031ef085f37024ed53587907a09d12
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:44 2024 +0200
gnu: python-pytest-remotedata: Ignore failing test.
* gnu/packages/python-check.scm (python-pytest-remotedata)
[arguments]<#:test-flags>: Ignore failing tests.
Change-Id: Ic351559a0c9ce49be6ce4695cceef46f8b6384ba
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-check.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 33225a0136..0be97411cb 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -948,6 +948,7 @@ were inadvertently left open at the end of a unit test.")
(list
#:test-flags #~(list "-k" (string-append
"not test_default_behavior"
+ " and not test_strict_behavior"
" and not test_strict_with_decorator"))))
(native-inputs
(list python-pytest
- 136/361: gnu: python-seaborn: Correct dependencies., (continued)
- 136/361: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/21
- 135/361: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/21
- 153/361: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/11/21
- 174/361: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/11/21
- 170/361: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/21
- 168/361: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/21
- 146/361: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/21
- 155/361: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/21
- 177/361: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/21
- 190/361: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/21
- 179/361: gnu: python-pytest-remotedata: Ignore failing test.,
guix-commits <=
- 187/361: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/21
- 193/361: gnu: python-apprise: Improve package style., guix-commits, 2024/11/21
- 194/361: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/21
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/21
- 199/361: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/21
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/21
- 212/361: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/11/21
- 213/361: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/21
- 215/361: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/11/21
- 217/361: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/21