sharlatan pushed a commit to branch python-team
in repository guix.
commit fce3e19136bd49b5e8a5e7af7b73eb0f2d83d52c
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:53:52 2024 +0200
gnu: python-jaraco-test: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-jaraco-test):
[build-system]: Move to pyproject-build-system.
[arguments]: Convert <#:phases> to <#:test-flags>.
Change-Id: I926671bc2bb62abae24c26a4bddc304133b2c019
Signed-off-by: Nicolas Goaziou <[email protected]>
---
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 81e7b570c0..17762e10dc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12317,11 +12317,7 @@ releases.")
"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