From d950c929e907787c622afaa830abcc9d4990bd5a Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 17 Sep 2025 00:19:58 +0200 Subject: [PATCH] import: cpan: Move tests to tests/import/cpan.scm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/cpan.scm: Move to tests/import/cpan.scm. * gnu/packages/admin.scm (ansible): Update comment. * Makefile.am: Refresh it. Signed-off-by: Ludovic Courtès --- Makefile.am | 2 +- gnu/packages/admin.scm | 2 +- tests/{ => import}/cpan.scm | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/{ => import}/cpan.scm (100%) diff --git a/Makefile.am b/Makefile.am index 7bb5758a458..92a2603299b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -548,7 +548,6 @@ SCM_TESTS = \ tests/combinators.scm \ tests/composer.scm \ tests/containers.scm \ - tests/cpan.scm \ tests/cpio.scm \ tests/cran.scm \ tests/crate.scm \ @@ -570,6 +569,7 @@ SCM_TESTS = \ tests/graph.scm \ tests/gremlin.scm \ tests/hexpm.scm \ + tests/import/cpan.scm \ tests/import/hackage.scm \ tests/import/pypi.scm \ tests/home-import.scm \ diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index fbd4a518e16..fd7c3e808f1 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3334,7 +3334,7 @@ provides the following commands: (native-search-paths ;; XXX: Attempting to use (package-native-search-paths python) ;; here would cause an error about python being an unbound - ;; variable in the tests/cpan.scm test. + ;; variable in the tests/import/cpan.scm test. (list (search-path-specification (variable "GUIX_PYTHONPATH") (files (list "lib/python3.11/site-packages"))))) diff --git a/tests/cpan.scm b/tests/import/cpan.scm similarity index 100% rename from tests/cpan.scm rename to tests/import/cpan.scm