mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
a91d75ecbd
commit
d6aca5835a
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ (define test-metadata
|
||||||
('base32
|
('base32
|
||||||
(? string? hash)))))
|
(? string? hash)))))
|
||||||
('build-system 'python-build-system)
|
('build-system 'python-build-system)
|
||||||
('inputs
|
('propagated-inputs
|
||||||
('quasiquote
|
('quasiquote
|
||||||
(("python-bar" ('unquote 'python-bar))
|
(("python-bar" ('unquote 'python-bar))
|
||||||
("python-baz" ('unquote 'python-baz))
|
("python-baz" ('unquote 'python-baz))
|
||||||
|
@ -182,7 +182,7 @@ (define test-metadata
|
||||||
('base32
|
('base32
|
||||||
(? string? hash)))))
|
(? string? hash)))))
|
||||||
('build-system 'python-build-system)
|
('build-system 'python-build-system)
|
||||||
('inputs
|
('propagated-inputs
|
||||||
('quasiquote
|
('quasiquote
|
||||||
(("python-bar" ('unquote 'python-bar))
|
(("python-bar" ('unquote 'python-bar))
|
||||||
("python-baz" ('unquote 'python-baz))
|
("python-baz" ('unquote 'python-baz))
|
||||||
|
|
Loading…
Reference in a new issue