~ruther/guix-local

fe25ac0d8a23d1ebab536abac10bb5d7df1c1722 — Sharlatan Hellseher 4 months ago 6260e72
gnu: python-peewee: Simplify tests.

* gnu/packages/databases.scm (python-peewee)[arguments] <test-backend>:
Use 'custom.
<test-flags>: Move options from custom 'check here.
<phases>: Use default 'check.

Change-Id: I2e3c6f0cba9913e10f11256ddec9c11da0993d6d
1 files changed, 2 insertions(+), 6 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +2 -6
@@ 3674,12 3674,8 @@ on another machine, accessed via TCP/IP.")
    (build-system pyproject-build-system)
    (arguments
     (list
      #:phases
      #~(modify-phases %standard-phases
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                (invoke "python" "runtests.py")))))))
      #:test-backend #~'custom
      #:test-flags #~(list "runtests.py")))
    (inputs
     (list sqlite))
    (native-inputs