[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70855] [PATCH 57/92] gnu: python-jaraco-test: Move to pyproject-bui
From: |
Nicolas Graves |
Subject: |
[bug#70855] [PATCH 57/92] gnu: python-jaraco-test: Move to pyproject-build-system. |
Date: |
Fri, 10 May 2024 00:53:52 +0200 |
* gnu/packages/python-xyz.scm (python-jaraco-test):
[build-system]: Move to pyproject-build-system.
[arguments]: Convert <#:phases> to <#:test-flags>.
Change-Id: I926671bc2bb62abae24c26a4bddc304133b2c019
---
gnu/packages/python-xyz.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0301c53a5b8..3302892ee82 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11943,11 +11943,7 @@ (define-public python-jaraco-test
"0h0x8qmvfkfqvwdx2m7kwhn53sg26k8gkaas7s1730ak772zqrvz"))))
(build-system pyproject-build-system)
(arguments
- (list
- #:phases #~(modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest" "-vv" "-k" "http"))))))
+ (list #:test-flags '(list "-k" "http")))
(propagated-inputs (list python-jaraco-context python-jaraco-functools))
(native-inputs (list python-flake8
python-pytest
--
2.41.0
- [bug#70855] [PATCH 52/92] gnu: python-docspec-python: Move to pyproject-build-system., (continued)
- [bug#70855] [PATCH 52/92] gnu: python-docspec-python: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 54/92] gnu: python-jaraco-context: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 53/92] gnu: python-jaraco-classes: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 46/92] gnu: abjad: Update to 3.19., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 45/92] gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 43/92] gnu: python-cbor: Update home-page., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 49/92] gnu: python-pytest-remotedata: Ignore failing test., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 50/92] gnu: python-pytest-toolbox: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 47/92] gnu: abjad-ext-rmakers: Update to 3.19., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 56/92] gnu: python-jaraco-packaging: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 57/92] gnu: python-jaraco-test: Move to pyproject-build-system.,
Nicolas Graves <=
- [bug#70855] [PATCH 62/92] gnu: python-pint: Disable benchmark tests., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 60/92] gnu: python-sparse: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 63/92] gnu: python-apprise: Improve package style., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 59/92] gnu: Add ghc-xcb-types., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 65/92] gnu: python-orderedmultidict: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 66/92] gnu: python-shtab: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 67/92] gnu: python-flake8-isort: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 68/92] gnu: python-xmltodict: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 55/92] gnu: python-jaraco-functools: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 58/92] gnu: python-nbstripout: Move to pyproject-build-system., Nicolas Graves, 2024/05/09