diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-17 00:19:58 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-01 11:00:36 +0200 |
| commit | d950c929e907787c622afaa830abcc9d4990bd5a (patch) | |
| tree | 373fd62a83ed7c9a5f9089b93a6368799062983d | |
| parent | 5cf0daa657a3f47879927cdc52c8597668e6129b (diff) | |
import: cpan: Move tests to tests/import/cpan.scm.
* 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 <ludo@gnu.org>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | gnu/packages/admin.scm | 2 | ||||
| -rw-r--r-- | tests/import/cpan.scm (renamed from tests/cpan.scm) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7bb5758a458..92a2603299b 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -548,7 +548,6 @@ SCM_TESTS = \ | |||
| 548 | tests/combinators.scm \ | 548 | tests/combinators.scm \ |
| 549 | tests/composer.scm \ | 549 | tests/composer.scm \ |
| 550 | tests/containers.scm \ | 550 | tests/containers.scm \ |
| 551 | tests/cpan.scm \ | ||
| 552 | tests/cpio.scm \ | 551 | tests/cpio.scm \ |
| 553 | tests/cran.scm \ | 552 | tests/cran.scm \ |
| 554 | tests/crate.scm \ | 553 | tests/crate.scm \ |
| @@ -570,6 +569,7 @@ SCM_TESTS = \ | |||
| 570 | tests/graph.scm \ | 569 | tests/graph.scm \ |
| 571 | tests/gremlin.scm \ | 570 | tests/gremlin.scm \ |
| 572 | tests/hexpm.scm \ | 571 | tests/hexpm.scm \ |
| 572 | tests/import/cpan.scm \ | ||
| 573 | tests/import/hackage.scm \ | 573 | tests/import/hackage.scm \ |
| 574 | tests/import/pypi.scm \ | 574 | tests/import/pypi.scm \ |
| 575 | tests/home-import.scm \ | 575 | 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: | |||
| 3334 | (native-search-paths | 3334 | (native-search-paths |
| 3335 | ;; XXX: Attempting to use (package-native-search-paths python) | 3335 | ;; XXX: Attempting to use (package-native-search-paths python) |
| 3336 | ;; here would cause an error about python being an unbound | 3336 | ;; here would cause an error about python being an unbound |
| 3337 | ;; variable in the tests/cpan.scm test. | 3337 | ;; variable in the tests/import/cpan.scm test. |
| 3338 | (list (search-path-specification | 3338 | (list (search-path-specification |
| 3339 | (variable "GUIX_PYTHONPATH") | 3339 | (variable "GUIX_PYTHONPATH") |
| 3340 | (files (list "lib/python3.11/site-packages"))))) | 3340 | (files (list "lib/python3.11/site-packages"))))) |
diff --git a/tests/cpan.scm b/tests/import/cpan.scm index 42e8c4e42c1..42e8c4e42c1 100644 --- a/tests/cpan.scm +++ b/tests/import/cpan.scm | |||
