[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/105: gnu: python-devtools: Simplify.
From: |
guix-commits |
Subject: |
71/105: gnu: python-devtools: Simplify. |
Date: |
Sat, 21 Dec 2024 11:56:46 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 8540a2b57d6e535455a1e6f00fdabf5a0f0ab4d8
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 e320ca3cea..4293b0f936 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33661,18 +33661,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
- 34/105: gnu: python-msgspec: Update to 0.18.6., (continued)
- 34/105: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/21
- 30/105: gnu: go-suah-dev-protect: Fix a lint warning., guix-commits, 2024/12/21
- 31/105: gnu: Add python-girc., guix-commits, 2024/12/21
- 33/105: gnu: python-irc-parser-tests: Fix build and enable tests., guix-commits, 2024/12/21
- 38/105: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/21
- 46/105: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/21
- 63/105: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/21
- 65/105: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/21
- 40/105: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/21
- 69/105: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/21
- 71/105: gnu: python-devtools: Simplify.,
guix-commits <=
- 32/105: gnu: Add python-ircmatch., guix-commits, 2024/12/21
- 42/105: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/21
- 43/105: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/21
- 45/105: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/21
- 53/105: gnu: Add python-packaging-legacy., guix-commits, 2024/12/21
- 54/105: gnu: Add python-lazy., guix-commits, 2024/12/21
- 58/105: gnu: Add python-devpi-client., guix-commits, 2024/12/21
- 67/105: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/21
- 74/105: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/21
- 75/105: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/21