~ruther/guix-local

d6aca5835a9b4b2cfb1cf8191faac6628975de8a — Ludovic Courtès 9 years ago a91d75e
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M tests/pypi.scm
M tests/pypi.scm => tests/pypi.scm +2 -2
@@ 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))