guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a34376aa7189447f0850fb825ca20a198557f9ce
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 17 01:26:52 2025 +0200
import: texlive: Move tests to tests/import/texlive.scm.
* tests/texlive.scm: Move to tests/import/texlive.scm.
* Makefile.am: Refresh it.
* CODEOWNERS: Refresh it.
* etc/teams.scm: Refresh it.
Signed-off-by: Ludovic Courtès <[email protected]>
---
CODEOWNERS | 2 +-
Makefile.am | 2 +-
etc/teams.scm | 2 +-
tests/{ => import}/texlive.scm | 0
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CODEOWNERS b/CODEOWNERS
index dde40e2f3c..f5d1082b0f 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -369,7 +369,7 @@ guix/build/texlive-build-system\.scm @guix/tex
guix/build-system/texlive\.scm @guix/tex
guix/import/texlive\.scm @guix/tex
guix/scripts/import/texlive\.scm @guix/tex
-tests/texlive\.scm @guix/tex
+tests/import/texlive\.scm @guix/tex
etc/news\.scm @guix/translations
po/ @guix/translations
diff --git a/Makefile.am b/Makefile.am
index 98d5264bec..1926ccfd7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -577,6 +577,7 @@ SCM_TESTS = \
tests/import/opam.scm \
tests/import/print.scm \
tests/import/pypi.scm \
+ tests/import/texlive.scm \
tests/home-import.scm \
tests/home-services.scm \
tests/http-client.scm \
@@ -624,7 +625,6 @@ SCM_TESTS = \
tests/syscalls.scm \
tests/system.scm \
tests/style.scm \
- tests/texlive.scm \
tests/toml.scm \
tests/transformations.scm \
tests/ui.scm \
diff --git a/etc/teams.scm b/etc/teams.scm
index d38f0ef831..fb1c0f6cb5 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1016,7 +1016,7 @@ the \"texlive\" importer."
"guix/build-system/texlive.scm"
"guix/import/texlive.scm"
"guix/scripts/import/texlive.scm"
- "tests/texlive.scm")))
+ "tests/import/texlive.scm")))
(define-team translations
(team 'translations
diff --git a/tests/texlive.scm b/tests/import/texlive.scm
similarity index 100%
rename from tests/texlive.scm
rename to tests/import/texlive.scm