summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-16 19:07:04 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-01 11:00:35 +0200
commitf1a3bf940c6ea6784572f7e1e5fdbc82cab21e5d (patch)
treeeb672323d009e69aae2cf9c447f326b6707e539d
parent8bf8fed532090a3ae0e61d47b3b024651034a9bb (diff)
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 <ludo@gnu.org>
-rw-r--r--CODEOWNERS2
-rw-r--r--Makefile.am2
-rwxr-xr-xetc/teams.scm2
-rw-r--r--tests/import/pypi.scm (renamed from tests/pypi.scm)0
4 files changed, 3 insertions, 3 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 1c81bec433f..7236b58af81 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -273,7 +273,7 @@ guix/build/python-build-system\.scm @guix/python
273guix/build-system/python\.scm @guix/python 273guix/build-system/python\.scm @guix/python
274guix/import/pypi\.scm @guix/python 274guix/import/pypi\.scm @guix/python
275guix/scripts/import/pypi\.scm @guix/python 275guix/scripts/import/pypi\.scm @guix/python
276tests/pypi\.scm @guix/python 276tests/import/pypi\.scm @guix/python
277 277
278gnu/packages/qt\.scm @guix/qt 278gnu/packages/qt\.scm @guix/qt
279guix/build-system/qt\.scm @guix/qt 279guix/build-system/qt\.scm @guix/qt
diff --git a/Makefile.am b/Makefile.am
index b29f2dfa84a..fec29393790 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -571,6 +571,7 @@ SCM_TESTS = \
571 tests/gremlin.scm \ 571 tests/gremlin.scm \
572 tests/hackage.scm \ 572 tests/hackage.scm \
573 tests/hexpm.scm \ 573 tests/hexpm.scm \
574 tests/import/pypi.scm \
574 tests/home-import.scm \ 575 tests/home-import.scm \
575 tests/home-services.scm \ 576 tests/home-services.scm \
576 tests/http-client.scm \ 577 tests/http-client.scm \
@@ -597,7 +598,6 @@ SCM_TESTS = \
597 tests/processes.scm \ 598 tests/processes.scm \
598 tests/profiles.scm \ 599 tests/profiles.scm \
599 tests/publish.scm \ 600 tests/publish.scm \
600 tests/pypi.scm \
601 tests/read-print.scm \ 601 tests/read-print.scm \
602 tests/records.scm \ 602 tests/records.scm \
603 tests/rpm.scm \ 603 tests/rpm.scm \
diff --git a/etc/teams.scm b/etc/teams.scm
index 8a75b68d70e..270f6c69bb7 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -858,7 +858,7 @@ importer, and the ocaml-build-system."
858 "guix/build-system/python.scm" 858 "guix/build-system/python.scm"
859 "guix/import/pypi.scm" 859 "guix/import/pypi.scm"
860 "guix/scripts/import/pypi.scm" 860 "guix/scripts/import/pypi.scm"
861 "tests/pypi.scm"))) 861 "tests/import/pypi.scm")))
862 862
863(define-team qt 863(define-team qt
864 (team 'qt 864 (team 'qt
diff --git a/tests/pypi.scm b/tests/import/pypi.scm
index 2f6ec650a2d..2f6ec650a2d 100644
--- a/tests/pypi.scm
+++ b/tests/import/pypi.scm