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:
parent
297b199c0f
commit
b5ee19e134
1 changed files with 2 additions and 4 deletions
|
@ -144,13 +144,11 @@
|
||||||
'("integration/models" "unit/models"))
|
'("integration/models" "unit/models"))
|
||||||
;; https://github.com/praw-dev/praw/issues/1699
|
;; https://github.com/praw-dev/praw/issues/1699
|
||||||
;; #issuecomment-795336704
|
;; #issuecomment-795336704
|
||||||
(delete-file "unit/test_config.py"))
|
(delete-file "unit/test_config.py"))))
|
||||||
#t))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "pytest"))
|
(invoke "pytest")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-betamax" ,python-betamax)
|
`(("python-betamax" ,python-betamax)
|
||||||
("python-betamax-matchers" ,python-betamax-matchers)
|
("python-betamax-matchers" ,python-betamax-matchers)
|
||||||
|
|
Reference in a new issue