guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f1a3bf940c6ea6784572f7e1e5fdbc82cab21e5d
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Sep 16 19:07:04 2025 +0200
import: pypi: Move tests to tests/import/pypi.scm
* tests/pypi.scm: Move to tests/import/pypi.scm
* CODEOWNERS: Refresh it.
* Makefile.am: 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}/pypi.scm | 0
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CODEOWNERS b/CODEOWNERS
index 1c81bec433..7236b58af8 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -273,7 +273,7 @@ guix/build/python-build-system\.scm
@guix/python
guix/build-system/python\.scm @guix/python
guix/import/pypi\.scm @guix/python
guix/scripts/import/pypi\.scm @guix/python
-tests/pypi\.scm @guix/python
+tests/import/pypi\.scm @guix/python
gnu/packages/qt\.scm @guix/qt
guix/build-system/qt\.scm @guix/qt
diff --git a/Makefile.am b/Makefile.am
index b29f2dfa84..fec2939379 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -571,6 +571,7 @@ SCM_TESTS = \
tests/gremlin.scm \
tests/hackage.scm \
tests/hexpm.scm \
+ tests/import/pypi.scm \
tests/home-import.scm \
tests/home-services.scm \
tests/http-client.scm \
@@ -597,7 +598,6 @@ SCM_TESTS = \
tests/processes.scm \
tests/profiles.scm \
tests/publish.scm \
- tests/pypi.scm \
tests/read-print.scm \
tests/records.scm \
tests/rpm.scm \
diff --git a/etc/teams.scm b/etc/teams.scm
index 8a75b68d70..270f6c69bb 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -858,7 +858,7 @@ importer, and the ocaml-build-system."
"guix/build-system/python.scm"
"guix/import/pypi.scm"
"guix/scripts/import/pypi.scm"
- "tests/pypi.scm")))
+ "tests/import/pypi.scm")))
(define-team qt
(team 'qt
diff --git a/tests/pypi.scm b/tests/import/pypi.scm
similarity index 100%
rename from tests/pypi.scm
rename to tests/import/pypi.scm