summaryrefslogtreecommitdiff
path: root/tests/pypi.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-07-24 23:10:32 +0200
committerLudovic Courtès <ludo@gnu.org>2020-07-25 19:11:36 +0200
commit6a79eed920fd4914b162461553a8d7e8f5eee324 (patch)
treec2a5132d4d1c24e5be9b0bab6946a17bd874b9bd /tests/pypi.scm
parenta5e2fc73760a2ae023f2e56bdbf8025971f90e64 (diff)
downloadguix-patches-6a79eed920fd4914b162461553a8d7e8f5eee324.tar
guix-patches-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/pypi.scm')
-rw-r--r--tests/pypi.scm1
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))