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 2f977d92d3
.
* tests/pypi.scm ("pypi->guix-package"): Don't expect 'python-setuptools' in
'propagated-inputs'.
("pypi->guix-package, wheels"): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4a780bdf1c
commit
b45dbfc990
1 changed files with 2 additions and 4 deletions
|
@ -130,8 +130,7 @@ (define test-metadata
|
||||||
('propagated-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)))))
|
||||||
("python-setuptools" ('unquote 'python-setuptools)))))
|
|
||||||
('home-page "http://example.com")
|
('home-page "http://example.com")
|
||||||
('synopsis "summary")
|
('synopsis "summary")
|
||||||
('description "summary")
|
('description "summary")
|
||||||
|
@ -194,8 +193,7 @@ (define test-metadata
|
||||||
('propagated-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)))))
|
||||||
("python-setuptools" ('unquote 'python-setuptools)))))
|
|
||||||
('home-page "http://example.com")
|
('home-page "http://example.com")
|
||||||
('synopsis "summary")
|
('synopsis "summary")
|
||||||
('description "summary")
|
('description "summary")
|
||||||
|
|
Loading…
Reference in a new issue