summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-24 08:33:32 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:43 +0100
commitaaded718f4388fd309b2b94fce4f494b19eb3663 (patch)
tree18a4974c5b15fa02e6d0ca619588396fe24659e9 /tests
parent114761018346b31c409d434d34cc04ff4b12abe6 (diff)
tests: pypi: Switch to pyproject-build-system.
* tests/import/pypi.scm ("package-latest-release"): Switch to pyproject-build-system. Change-Id: I8ba5cdd45e793cd2aae7b3025f7598245de6c87e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/import/pypi.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/import/pypi.scm b/tests/import/pypi.scm
index c8f554934b5..20db0cbfb0f 100644
--- a/tests/import/pypi.scm
+++ b/tests/import/pypi.scm
@@ -32,6 +32,7 @@
32 #:use-module (guix tests http) 32 #:use-module (guix tests http)
33 #:use-module ((guix download) #:select (url-fetch)) 33 #:use-module ((guix download) #:select (url-fetch))
34 #:use-module (guix build-system python) 34 #:use-module (guix build-system python)
35 #:use-module (guix build-system pyproject)
35 #:use-module ((guix build utils) 36 #:use-module ((guix build utils)
36 #:select (delete-file-recursively 37 #:select (delete-file-recursively
37 which mkdir-p dump-port 38 which mkdir-p dump-port
@@ -555,7 +556,7 @@ files specified by SPECS. Return its file name."
555 (source (dummy-origin 556 (source (dummy-origin
556 (method url-fetch) 557 (method url-fetch)
557 (uri (pypi-uri "foo" version)))) 558 (uri (pypi-uri "foo" version))))
558 (build-system python-build-system)) 559 (build-system pyproject-build-system))
559 (list %pypi-updater))) 560 (list %pypi-updater)))
560 561
561 (list (map basename (upstream-source-urls source)) 562 (list (map basename (upstream-source-urls source))