diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 76fd00fe4f..47d507186a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -144,13 +144,11 @@ '("integration/models" "unit/models")) ;; https://github.com/praw-dev/praw/issues/1699 ;; #issuecomment-795336704 - (delete-file "unit/test_config.py")) - #t)) + (delete-file "unit/test_config.py")))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? - (invoke "pytest")) - #t))))) + (invoke "pytest"))))))) (native-inputs `(("python-betamax" ,python-betamax) ("python-betamax-matchers" ,python-betamax-matchers) |