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 <mail@nicolasgoaziou.fr>
This commit is contained in:
Nicolas Graves 2024-05-10 00:53:52 +02:00 committed by Sharlatan Hellseher
parent 8510f16003
commit 2b028a5bf0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12344,11 +12344,7 @@ releases.")
"0h0x8qmvfkfqvwdx2m7kwhn53sg26k8gkaas7s1730ak772zqrvz")))) "0h0x8qmvfkfqvwdx2m7kwhn53sg26k8gkaas7s1730ak772zqrvz"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list #:test-flags '(list "-k" "http")))
#:phases #~(modify-phases %standard-phases
(replace 'check
(lambda _
(invoke "pytest" "-vv" "-k" "http"))))))
(propagated-inputs (list python-jaraco-context python-jaraco-functools)) (propagated-inputs (list python-jaraco-context python-jaraco-functools))
(native-inputs (list python-flake8 (native-inputs (list python-flake8
python-pytest python-pytest