guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 94df3e6f28efc1be1908c50d54769ae07e0cca83
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 17 00:51:24 2025 +0200

    import: gem: Move tests to tests/import/gem.scm.
    
    * tests/gem.scm: Move to tests/import/gem.scm.
    * Makefile.am: Refresh it.
    * CODEOWNERS: Update.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 CODEOWNERS    | 2 +-
 Makefile.am   | 2 +-
 etc/teams.scm | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 0c61625c87..ecabe61276 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -301,7 +301,7 @@ guix/build/ruby-build-system\.scm                  
@guix/ruby
 guix/build-system/ruby\.scm                        @guix/ruby
 guix/import/gem\.scm                               @guix/ruby
 guix/scripts/import/gem\.scm                       @guix/ruby
-tests/gem\.scm                                     @guix/ruby
+tests/import/gem\.scm                              @guix/ruby
 
 gnu/packages/(crates|rust)(-.+|)\.scm$             @guix/rust
 gnu/packages/sequoia\.scm                          @guix/rust
diff --git a/Makefile.am b/Makefile.am
index 85db2fb429..da46ac2869 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -556,7 +556,6 @@ SCM_TESTS =                                 \
   tests/discovery.scm                          \
   tests/elpa.scm                               \
   tests/file-systems.scm                       \
-  tests/gem.scm                                \
   tests/gexp.scm                               \
   tests/git.scm                                        \
   tests/git-authenticate.scm                   \
@@ -570,6 +569,7 @@ SCM_TESTS =                                 \
   tests/import/crate.scm                       \
   tests/import/egg.scm                         \
   tests/import/elm.scm                         \
+  tests/import/gem.scm                         \
   tests/import/hackage.scm                     \
   tests/import/pypi.scm                                \
   tests/home-import.scm                                \
diff --git a/etc/teams.scm b/etc/teams.scm
index b855dee3d3..08f1f5ec38 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -919,7 +919,7 @@ release."
                       "guix/build-system/ruby.scm"
                       "guix/import/gem.scm"
                       "guix/scripts/import/gem.scm"
-                      "tests/gem.scm")))
+                      "tests/import/gem.scm")))
 
 (define-team rust
   (team 'rust

Reply via email to