tests: Adjust pypi test to recent importer change.

This is a followup to b5c347ad3d.

* tests/pypi.scm ("pypi->guix-package"): Expect 'propagated-inputs', not
'inputs'.
("pypi->guix-package, wheels"): Likewise.
master
Ludovic Courtès 2016-10-26 18:15:57 +02:00
parent a91d75ecbd
commit d6aca5835a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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))