guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5cf0daa657a3f47879927cdc52c8597668e6129b
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Sep 16 19:10:31 2025 +0200

    import: hackage: Move tests to tests/import/hackage.scm.
    
    * tests/hackage.scm: Move to tests/import/hackage.scm.
    * Makefile.am: Refresh it.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 Makefile.am                    | 2 +-
 tests/{ => import}/hackage.scm | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index fec2939379..7bb5758a45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -569,8 +569,8 @@ SCM_TESTS =                                 \
   tests/grafts.scm                             \
   tests/graph.scm                              \
   tests/gremlin.scm                            \
-  tests/hackage.scm                            \
   tests/hexpm.scm                              \
+  tests/import/hackage.scm                     \
   tests/import/pypi.scm                                \
   tests/home-import.scm                                \
   tests/home-services.scm                      \
diff --git a/tests/hackage.scm b/tests/import/hackage.scm
similarity index 100%
rename from tests/hackage.scm
rename to tests/import/hackage.scm

Reply via email to