[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch main updated: tests: Adjust imports for Guix API change.
From: |
Maxim Cournoyer |
Subject: |
branch main updated: tests: Adjust imports for Guix API change. |
Date: |
Wed, 15 May 2024 21:44:18 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch main
in repository guix-cuirass.
The following commit(s) were added to refs/heads/main by this push:
new 42b55a1 tests: Adjust imports for Guix API change.
42b55a1 is described below
commit 42b55a17df694ca94008aa76762d2cdc92b6b193
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 15 21:42:48 2024 -0400
tests: Adjust imports for Guix API change.
This is a follow-up to the previous commit.
* tests/database.scm: Adjust imports.
* tests/metrics.scm: Likewise.
---
tests/database.scm | 2 +-
tests/metrics.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/database.scm b/tests/database.scm
index fe476ab..ecd7ba9 100644
--- a/tests/database.scm
+++ b/tests/database.scm
@@ -30,7 +30,7 @@
((cuirass logging) #:select (current-logging-level))
(tests common)
(guix channels)
- ((guix utils) #:select (call-with-temporary-output-file))
+ ((guix build utils) #:select (call-with-temporary-output-file))
(rnrs io ports)
(squee)
(fibers)
diff --git a/tests/metrics.scm b/tests/metrics.scm
index 0561b08..c16f2df 100644
--- a/tests/metrics.scm
+++ b/tests/metrics.scm
@@ -20,7 +20,7 @@
(cuirass metrics)
(cuirass utils)
(tests common)
- ((guix utils) #:select (call-with-temporary-output-file))
+ ((guix build utils) #:select (call-with-temporary-output-file))
(squee)
(srfi srfi-64))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch main updated: tests: Adjust imports for Guix API change.,
Maxim Cournoyer <=