[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/213: gnu: python-devtools: Simplify.
From: |
guix-commits |
Subject: |
35/213: gnu: python-devtools: Simplify. |
Date: |
Fri, 10 Jan 2025 10:42:50 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 69221448816afd67a09601ed4325aa32e61ac654
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 12:32:44 2024 +0100
gnu: python-devtools: Simplify.
* gnu/packages/python-xyz.scm (python-devtools)[arguments]: Enable one
additional test; delete obsolete phase 'relax-requirements.
Change-Id: I5dcf88954cdf8d37e522c425bf7bef4c29913205
---
gnu/packages/python-xyz.scm | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 71a35baa55..d829ba1c90 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33728,18 +33728,8 @@ and have a maximum lifetime built-in.")
(list
#:test-flags
;; Disable some failing tests.
- #~(list "-k" (string-append "not test_print_subprocess"
- " and not test_simple")
- "--ignore=tests/test_insert_assert.py")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "pyproject.toml"
- ;; Pygments 2.12.0 is available.
- (("2.15.0") "2.12.0")
- ;; executing 0.8.2 is available.
- (("1.1.1") "0.8.2")))))))
+ '(list "-k" "not test_print_subprocess"
+ "--ignore=tests/test_insert_assert.py")))
(native-inputs
(list python-hatchling python-pytest python-pytest-mock))
(propagated-inputs
- 62/213: gnu: macs-3: Add missing input., (continued)
- 62/213: gnu: macs-3: Add missing input., guix-commits, 2025/01/10
- 66/213: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2025/01/10
- 73/213: gnu: beancount: Fix build., guix-commits, 2025/01/10
- 75/213: gnu: python-rdflib-6: Update to 6.3.2., guix-commits, 2025/01/10
- 78/213: gnu: python-schema-salad: Update to 8.8.20241206093842., guix-commits, 2025/01/10
- 84/213: gnu: cwltool: Use test-flags., guix-commits, 2025/01/10
- 86/213: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/10
- 93/213: gnu: python-ipydatawidgets: Disable more tests and add inputs., guix-commits, 2025/01/10
- 102/213: gnu: Add python-expandvars., guix-commits, 2025/01/10
- 110/213: gnu: python-matrix-nio: Update to 0.25.2., guix-commits, 2025/01/10
- 35/213: gnu: python-devtools: Simplify.,
guix-commits <=
- 36/213: gnu: python-waitress: Update to 3.0.2., guix-commits, 2025/01/10
- 41/213: gnu: python-tox: Simplify., guix-commits, 2025/01/10
- 42/213: gnu: python-pydantic: Fix build., guix-commits, 2025/01/10
- 44/213: gnu: python-joblib: Disable one additional test., guix-commits, 2025/01/10
- 147/213: gnu: Add python-inline-snapshot., guix-commits, 2025/01/10
- 39/213: gnu: python-devpi-process: Add missing input., guix-commits, 2025/01/10
- 47/213: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2025/01/10
- 79/213: gnu: python-cwl-upgrader: Add missing inputs., guix-commits, 2025/01/10
- 85/213: gnu: cwltool: Patch tox.ini., guix-commits, 2025/01/10
- 92/213: gnu: python-dnspython: Disable ECDSA tests., guix-commits, 2025/01/10