From 2ed0137c63695939154e002cae9158d54987ae0d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 24 Mar 2026 08:33:32 +0100 Subject: [PATCH] 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 --- tests/import/pypi.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/import/pypi.scm b/tests/import/pypi.scm index c8f554934b..20db0cbfb0 100644 --- a/tests/import/pypi.scm +++ b/tests/import/pypi.scm @@ -32,6 +32,7 @@ #:use-module (guix tests http) #:use-module ((guix download) #:select (url-fetch)) #:use-module (guix build-system python) + #:use-module (guix build-system pyproject) #:use-module ((guix build utils) #:select (delete-file-recursively which mkdir-p dump-port @@ -555,7 +556,7 @@ files specified by SPECS. Return its file name." (source (dummy-origin (method url-fetch) (uri (pypi-uri "foo" version)))) - (build-system python-build-system)) + (build-system pyproject-build-system)) (list %pypi-updater))) (list (map basename (upstream-source-urls source))