[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/361: gnu: python-pyproject-metadata: Disable two tests.
From: |
guix-commits |
Subject: |
52/361: gnu: python-pyproject-metadata: Disable two tests. |
Date: |
Fri, 22 Nov 2024 06:00:10 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit a4846b5e622bb7c950674e8a1ade843e99dbbac0
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 | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 34cf897eb9..ef2b83d730 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14808,6 +14808,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))
@@ -14820,6 +14826,23 @@ validate this input and generate a PEP 643-compliant
metadata
file (e.g. @file{PKG-INFO}).")
(license license:expat)))
+(define-public python-pyproject-metadata-0.7
+ (package
+ (inherit python-pyproject-metadata)
+ (name "python-pyproject-metadata")
+ (version "0.7.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/FFY00/python-pyproject-metadata")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))
+ (arguments '())))
+
;; pep621 was renamed to pyproject-metadata.
(define-public python-pep621
(deprecated-package "python-pep621" python-pyproject-metadata))
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., (continued)
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/22
- 229/361: gnu: Remove python-m2r., guix-commits, 2024/11/22
- 274/361: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/22
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/22
- 285/361: gnu: Add python-sphinx-design., guix-commits, 2024/11/22
- 296/361: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/22
- 339/361: gnu: Add python-ephemeral-port-reserve., guix-commits, 2024/11/22
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/22
- 47/361: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/22
- 338/361: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/22
- 52/361: gnu: python-pyproject-metadata: Disable two tests.,
guix-commits <=
- 49/361: gnu: python-box: Add missing input., guix-commits, 2024/11/22
- 48/361: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/22
- 84/361: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/22
- 92/361: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/22
- 91/361: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/11/22
- 121/361: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/22
- 129/361: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/22
- 138/361: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/22
- 123/361: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/11/22
- 139/361: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/11/22