diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-10-26 18:15:57 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-10-27 01:00:41 +0200 |
| commit | d6aca5835a9b4b2cfb1cf8191faac6628975de8a (patch) | |
| tree | 76cb2ba318ec2f69e1df72d038f4ba13c254a34d | |
| parent | a91d75ecbde59b5400e4812868c3a55e12a220d9 (diff) | |
tests: Adjust pypi test to recent importer change.
This is a followup to b5c347ad3d83ee580c111bd14c80b469b0dcb294.
* tests/pypi.scm ("pypi->guix-package"): Expect 'propagated-inputs', not
'inputs'.
("pypi->guix-package, wheels"): Likewise.
| -rw-r--r-- | tests/pypi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pypi.scm b/tests/pypi.scm index ab4e9c958..9d2fcc739 100644 --- a/tests/pypi.scm +++ b/tests/pypi.scm @@ -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)) |