~ruther/guix-local

b45dbfc9907a0c792cfda51d3aa755fdc6689c46 — Carlo Zancanaro 9 years ago 4a780bd
tests: Adjust pypi test to recent importer change.

This is a followup to 2f977d92d3ae517788d3dee98f63680ca149aa1a.

* 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>
1 files changed, 2 insertions(+), 4 deletions(-)

M tests/pypi.scm
M tests/pypi.scm => tests/pypi.scm +2 -4
@@ 130,8 130,7 @@ baz > 13.37")
                     ('propagated-inputs
                      ('quasiquote
                       (("python-bar" ('unquote 'python-bar))
                        ("python-baz" ('unquote 'python-baz))
                        ("python-setuptools" ('unquote 'python-setuptools)))))
                        ("python-baz" ('unquote 'python-baz)))))
                     ('home-page "http://example.com")
                     ('synopsis "summary")
                     ('description "summary")


@@ 194,8 193,7 @@ baz > 13.37")
                   ('propagated-inputs
                    ('quasiquote
                     (("python-bar" ('unquote 'python-bar))
                      ("python-baz" ('unquote 'python-baz))
                      ("python-setuptools" ('unquote 'python-setuptools)))))
                      ("python-baz" ('unquote 'python-baz)))))
                   ('home-page "http://example.com")
                   ('synopsis "summary")
                   ('description "summary")