~ruther/guix-local

f1a3bf940c6ea6784572f7e1e5fdbc82cab21e5d — Nicolas Graves 7 months ago 8bf8fed
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>
4 files changed, 3 insertions(+), 3 deletions(-)

M CODEOWNERS
M Makefile.am
M etc/teams.scm
R tests/{ => import}/pypi.scm
M CODEOWNERS => CODEOWNERS +1 -1
@@ 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

M Makefile.am => Makefile.am +1 -1
@@ 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					\

M etc/teams.scm => etc/teams.scm +1 -1
@@ 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

R tests/pypi.scm => tests/import/pypi.scm +0 -0