diff options
author | Carlo Zancanaro <carlo@zancanaro.id.au> | 2017-01-27 14:40:49 +1100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-28 00:38:20 +0100 |
commit | b45dbfc9907a0c792cfda51d3aa755fdc6689c46 (patch) | |
tree | 459d68569b4fea5d9efca391b56209e78656da6f /tests/pypi.scm | |
parent | 4a780bdf1c9df37656d7f861a52f87e9b027bf3e (diff) | |
download | guix-b45dbfc9907a0c792cfda51d3aa755fdc6689c46.tar guix-b45dbfc9907a0c792cfda51d3aa755fdc6689c46.tar.gz |
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>
Diffstat (limited to 'tests/pypi.scm')
-rw-r--r-- | tests/pypi.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/pypi.scm b/tests/pypi.scm index f26e7fea13..447c23ee95 100644 --- a/tests/pypi.scm +++ b/tests/pypi.scm @@ -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") |