diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tryton.scm | 2 |
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 = "Return the phases for building and testing a Tryton module named MODULE. If present, pass EXTRA-TEST-ARGUMENTS to pytest as well." #~(modify-phases %standard-phases - (add-before 'check 'prepare-check + (add-after 'wrap 'prepare-check (lambda* (#:key tests? #:allow-other-keys) (when tests? (setenv "DB_NAME" ":memory:") |
