1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-google-api-core: Fix tests on python-3.12.

* gnu/packages/python-web.scm (python-google-api-core)[arguments]
<test-flags>: Ignore faileur on deprecation warning.

Change-Id: I8aff71d3a7c0fd2a4c4505fff0173f23c86455b0
This commit is contained in:
Sharlatan Hellseher
2026-03-03 22:23:15 +00:00
parent bf56f55a96
commit a719dc78fd

View File

@@ -12375,6 +12375,14 @@ the @code{googleapis/api-common-protos} repository.")
(sha256
(base32 "0ahs8abyl7719paarlnspqp8yds149w7vm3w7zz6f7q04sscd862"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; XXX: DeprecationWarning: datetime.datetime.utcfromtimestamp() is
;; deprecated and scheduled for removal in a future version. Use
;; timezone-aware objects to represent datetimes in UTC:
;; datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
#~(list "-W" "ignore::DeprecationWarning")))
(propagated-inputs
(list python-google-auth
python-googleapis-common-protos