guix-commits
[Top][All Lists]
Advanced

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

02/04: tests: Adjust pypi test to recent importer change.


From: Ludovic Courtès
Subject: 02/04: tests: Adjust pypi test to recent importer change.
Date: Wed, 26 Oct 2016 23:01:10 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit d6aca5835a9b4b2cfb1cf8191faac6628975de8a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 26 18:15:57 2016 +0200

    tests: Adjust pypi test to recent importer change.
    
    This is a followup to b5c347ad3d83ee580c111bd14c80b469b0dcb294.
    
    * tests/pypi.scm ("pypi->guix-package"): Expect 'propagated-inputs', not
    'inputs'.
    ("pypi->guix-package, wheels"): Likewise.
---
 tests/pypi.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/pypi.scm b/tests/pypi.scm
index ab4e9c9..9d2fcc7 100644
--- a/tests/pypi.scm
+++ b/tests/pypi.scm
@@ -122,7 +122,7 @@ baz > 13.37")
                      ('base32
                       (? string? hash)))))
          ('build-system 'python-build-system)
-         ('inputs
+         ('propagated-inputs
           ('quasiquote
            (("python-bar" ('unquote 'python-bar))
             ("python-baz" ('unquote 'python-baz))
@@ -182,7 +182,7 @@ baz > 13.37")
                      ('base32
                       (? string? hash)))))
          ('build-system 'python-build-system)
-         ('inputs
+         ('propagated-inputs
           ('quasiquote
            (("python-bar" ('unquote 'python-bar))
             ("python-baz" ('unquote 'python-baz))



reply via email to

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