diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/databases.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index a86a2de3892..28868d8cf4a 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -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 |
