guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: tests: Adjust tests/egg.scm to latest API changes.


From: guix-commits
Subject: 01/10: tests: Adjust tests/egg.scm to latest API changes.
Date: Sat, 13 Nov 2021 18:32:45 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 114005bea61efcd5f7d768e2d6503e873f654c16
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 13 23:02:18 2021 +0100

    tests: Adjust tests/egg.scm to latest API changes.
    
    This is a followup to b999c80c2e71bd4b3f26a18a321b7e7e7b580103.
    
    * tests/egg.scm (eval-test-with-egg-file): Pass 'version' argument to
    'egg->guix-package'.
---
 tests/egg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/egg.scm b/tests/egg.scm
index 0884d8d..99dd0a3 100644
--- a/tests/egg.scm
+++ b/tests/egg.scm
@@ -72,7 +72,7 @@
   (call-with-output-file egg-file
     (lambda (port)
       (write egg-test port)))
-  (matcher (egg->guix-package egg-name
+  (matcher (egg->guix-package egg-name #f
                               #:file egg-file
                               #:source (plain-file
                                         (string-append egg-name "-egg")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]