mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-requests-toolbelt: Use new style.
* gnu/packages/python-xyz.scm (python-requests-toolbelt) [arguments]: Use new style. Change-Id: Ifbb305babeff37a34ca8789c3a08e0363e8583bf
This commit is contained in:
parent
ddb22a10e0
commit
c0ecad208e
1 changed files with 14 additions and 13 deletions
|
@ -3768,7 +3768,9 @@ portions of your testing code.")
|
||||||
"1ijvip427ki177ycrblcn1mfgsq7ixzpvqqfvidjn0a7s2is10bn"))))
|
"1ijvip427ki177ycrblcn1mfgsq7ixzpvqqfvidjn0a7s2is10bn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'delete-problematic-tests
|
(add-after 'unpack 'delete-problematic-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Fails because of expired certificate.
|
;; Fails because of expired certificate.
|
||||||
|
@ -3779,8 +3781,7 @@ portions of your testing code.")
|
||||||
;; Those tests are not compatible with urllib3 2.0,
|
;; Those tests are not compatible with urllib3 2.0,
|
||||||
;; according to
|
;; according to
|
||||||
;; https://github.com/requests/toolbelt/pull/356
|
;; https://github.com/requests/toolbelt/pull/356
|
||||||
(delete-file "tests/test_sessions.py")
|
(delete-file "tests/test_sessions.py"))))))
|
||||||
)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-betamax python-pyopenssl python-pytest python-trustme))
|
(list python-betamax python-pyopenssl python-pytest python-trustme))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue