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 /gnu/packages | |
| 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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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"))))) |
