me
/
guix
Archived
1
0
Fork 0

gnu: python-pytelegrambotapi: Use new style.

* gnu/packages/python-xyz.scm (python-pytelegrambotapi) [arguments]: Use new
style.

Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
jgart 2024-07-11 21:49:59 -05:00
parent fb11149fea
commit 74ed0a9f15
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 8 additions and 8 deletions

View File

@ -2083,14 +2083,14 @@ task of adding retry behavior to just about anything.")
(base32 "0r7g5zs0fk3g2dxvbpl0pi730x7r2kalrhn30fs0pvc15a59fmxz"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(list
#:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(with-directory-excursion "tests"
(invoke "py.test")))
#t)))))
(invoke "py.test"))))))))
(propagated-inputs
(list python-requests))
(native-inputs