guix_mirror_bot pushed a commit to branch master
in repository guix.

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

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

diff --git a/Makefile.am b/Makefile.am
index 83f4dacd2d..cfe1308b45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -554,7 +554,6 @@ SCM_TESTS =                                 \
   tests/debug-link.scm                         \
   tests/derivations.scm                        \
   tests/discovery.scm                          \
-  tests/egg.scm                                \
   tests/elm.scm                                \
   tests/elpa.scm                               \
   tests/file-systems.scm                       \
@@ -570,6 +569,7 @@ SCM_TESTS =                                 \
   tests/hexpm.scm                              \
   tests/import/cpan.scm                                \
   tests/import/crate.scm                       \
+  tests/import/egg.scm                         \
   tests/import/hackage.scm                     \
   tests/import/pypi.scm                                \
   tests/home-import.scm                                \
diff --git a/tests/egg.scm b/tests/import/egg.scm
similarity index 100%
rename from tests/egg.scm
rename to tests/import/egg.scm

Reply via email to