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:
parent
a91d75ecbd
commit
d6aca5835a
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue