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