diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-07-24 23:10:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-25 19:11:36 +0200 |
commit | 6a79eed920fd4914b162461553a8d7e8f5eee324 (patch) | |
tree | c2a5132d4d1c24e5be9b0bab6946a17bd874b9bd /tests | |
parent | a5e2fc73760a2ae023f2e56bdbf8025971f90e64 (diff) | |
download | guix-6a79eed920fd4914b162461553a8d7e8f5eee324.tar guix-6a79eed920fd4914b162461553a8d7e8f5eee324.tar.gz |
utils: Remove compatibility re-export of 'memoize'.
The 'memoize' binding was re-exported in 2016, commit
19e1d5f7f90194f1ac7e783b28a688ce1441786d, as a backwards-compatibility
measure that makes little sense now.
* guix/utils.scm: Don't re-export 'memoize'.
* guix/import/pypi.scm: Adjust imports.
* tests/pypi.scm: Remove duplicate (guix memoization) import.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pypi.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pypi.scm b/tests/pypi.scm index 6788c8db3e..f421d6d9df 100644 --- a/tests/pypi.scm +++ b/tests/pypi.scm @@ -23,7 +23,6 @@ #:use-module (guix base32) #:use-module (guix memoization) #:use-module (gcrypt hash) - #:use-module (guix memoization) #:use-module (guix tests) #:use-module (guix build-system python) #:use-module ((guix build utils) #:select (delete-file-recursively which mkdir-p)) |