1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: python-praw: Remove trailing #T.

* gnu/packages/python-web.scm (python-praw)[arguments]: Remove trailing #T
from build phases.
This commit is contained in:
Ricardo Wurmus
2021-11-22 07:16:49 +01:00
parent 297b199c0f
commit b5ee19e134
+2 -4
View File
@@ -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)