1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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.
This commit is contained in:
Ludovic Courtès
2016-10-26 18:15:57 +02:00
parent a91d75ecbd
commit d6aca5835a

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