[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
204/474: gnu: python-typeguard-4: Ignore failing tests.
From: |
guix-commits |
Subject: |
204/474: gnu: python-typeguard-4: Ignore failing tests. |
Date: |
Sat, 30 Nov 2024 18:20:20 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 01cdeb41d2564ea42d0e2d74c4839f1025f04d14
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:10 2024 +0200
gnu: python-typeguard-4: Ignore failing tests.
* gnu/packages/python-xyz.scm (python-typeguard-4)
[arguments]<#:test-flags>: Ignore failing tests.
Change-Id: I0e23eb81cab942c9838d9561268f51b57a461d89
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a6269e299e..c07a3f19bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27346,7 +27346,7 @@ with PEP 484 argument (and return) type annotations.")
(base32 "11yrc7pv2fajmicwiyc92sb5gphlw3zbxww8f2prrsh6rgdv6kqr"))))
(build-system pyproject-build-system)
(arguments
- '())
+ (list #:test-flags '(list "--ignore=tests/mypy")))
(propagated-inputs (list python-typing-extensions))
(native-inputs (modify-inputs (package-native-inputs python-typeguard)
(append python-setuptools python-wheel)))))
- 163/474: gnu: python-dateutil: Move to pyproject-build-system., (continued)
- 163/474: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/30
- 179/474: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/30
- 182/474: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/30
- 187/474: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/30
- 188/474: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/30
- 189/474: gnu: Add ghc-xcb-types., guix-commits, 2024/11/30
- 194/474: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/30
- 201/474: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/30
- 192/474: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/30
- 200/474: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/30
- 204/474: gnu: python-typeguard-4: Ignore failing tests.,
guix-commits <=
- 206/474: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/30
- 203/474: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/11/30
- 252/474: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/30
- 228/474: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/30
- 253/474: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/30
- 221/474: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/30
- 217/474: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/30
- 208/474: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/30
- 226/474: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/30
- 244/474: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/30