[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/57: gnu: python-pyproject-metadata: Disable two tests.
From: |
guix-commits |
Subject: |
53/57: gnu: python-pyproject-metadata: Disable two tests. |
Date: |
Mon, 6 May 2024 04:08:22 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 8073c856474ccbed555cb1abca73c769d2d352a4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 6 10:58:21 2024 +0200
gnu: python-pyproject-metadata: Disable two tests.
* gnu/packages/python-xyz.scm (python-pyproject-metadata)[arguments]:
Disable two tests.
(python-pyproject-metadata-0.7)[arguments]: Override.
Change-Id: I13bdf9d9e8705d84306f235b1abd58a147726426
---
gnu/packages/python-xyz.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1fe6b409c8..1c9bea820c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14341,6 +14341,12 @@ plugin for flake8 to check PEP-8 naming conventions.")
(base32
"0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ ;; Two tests fail because the error message slightly changed, so the
+ ;; tests' regular expressions no longer match.
+ '(list "--ignore=tests/test_standard_metadata.py")))
(propagated-inputs (list python-packaging))
(native-inputs (list python-pypa-build python-pytest python-setuptools
python-tomli python-wheel))
@@ -14367,7 +14373,8 @@ file (e.g. @file{PKG-INFO}).")
(file-name (git-file-name name version))
(sha256
(base32
- "0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))))
+ "0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))
+ (arguments '())))
;; pep621 was renamed to pyproject-metadata.
(define-public python-pep621
- 49/57: gnu: python-box: Add missing input., (continued)
- 49/57: gnu: python-box: Add missing input., guix-commits, 2024/05/06
- 50/57: gnu: python-billiard: Add missing inputs., guix-commits, 2024/05/06
- 51/57: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/05/06
- 41/57: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/05/06
- 46/57: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/05/06
- 32/57: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/05/06
- 37/57: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/05/06
- 47/57: gnu: python-vine: Add missing inputs., guix-commits, 2024/05/06
- 52/57: gnu: python-partd: Add missing input., guix-commits, 2024/05/06
- 54/57: gnu: python-dbus-python: Add missing input., guix-commits, 2024/05/06
- 53/57: gnu: python-pyproject-metadata: Disable two tests.,
guix-commits <=