summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/tryton.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index b5e22a15568..d1de08750bc 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -198,7 +198,7 @@ filterwarnings =
198 "Return the phases for building and testing a Tryton module named MODULE. 198 "Return the phases for building and testing a Tryton module named MODULE.
199If present, pass EXTRA-TEST-ARGUMENTS to pytest as well." 199If present, pass EXTRA-TEST-ARGUMENTS to pytest as well."
200 #~(modify-phases %standard-phases 200 #~(modify-phases %standard-phases
201 (add-before 'check 'prepare-check 201 (add-after 'wrap 'prepare-check
202 (lambda* (#:key tests? #:allow-other-keys) 202 (lambda* (#:key tests? #:allow-other-keys)
203 (when tests? 203 (when tests?
204 (setenv "DB_NAME" ":memory:") 204 (setenv "DB_NAME" ":memory:")