[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/91: gnu: python-pytest-remotedata: Ignore failing test.
From: |
guix-commits |
Subject: |
48/91: gnu: python-pytest-remotedata: Ignore failing test. |
Date: |
Thu, 23 May 2024 17:17:33 -0400 (EDT) |
ngz pushed a commit to branch python-team
in repository guix.
commit 064299467d3de1b15871863ae311ca1b9c86eb9c
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 a3eecba549..f2a355bb41 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -840,6 +840,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 python-setuptools python-setuptools-scm
- 03/91: gnu: python-black: Move to pyproject-build-system., (continued)
- 03/91: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/05/23
- 06/91: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/05/23
- 07/91: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/05/23
- 10/91: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/05/23
- 11/91: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/05/23
- 16/91: gnu: qtile: Update to 0.23.0., guix-commits, 2024/05/23
- 18/91: gnu: sshuttle: Move to pyproject-build-system., guix-commits, 2024/05/23
- 19/91: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/05/23
- 40/91: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/05/23
- 28/91: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/05/23
- 48/91: gnu: python-pytest-remotedata: Ignore failing test.,
guix-commits <=
- 37/91: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/05/23
- 35/91: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/05/23
- 39/91: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/05/23
- 24/91: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/05/23
- 33/91: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/05/23
- 47/91: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/05/23
- 22/91: gnu: conda: Reindent., guix-commits, 2024/05/23
- 25/91: gnu: gunicorn: Move to pyproject-build-system., guix-commits, 2024/05/23
- 30/91: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/05/23
- 44/91: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/05/23