1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: python-canvasapi: Fix tests.

* gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Add
python-urllib3-next.

Change-Id: I78d7f1807791597d03ffebe2fd8db33fd26311c3
This commit is contained in:
John Kehayias
2025-03-31 17:30:21 -04:00
parent 6fce6ce7b3
commit d2c7858c05

View File

@@ -6728,7 +6728,10 @@ for URL parsing and changing.")
"1vbd3ndhmxi8scxgxs6sc7r0rdaliqd80384n06nyb3haqz25inm"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-arrow python-pytz python-requests))
(native-inputs (list python-requests-mock python-setuptools python-wheel))
(native-inputs (list python-requests-mock
python-setuptools
python-urllib3-next
python-wheel))
(home-page "https://github.com/ucfopen/canvasapi")
(synopsis "API wrapper for the Canvas LMS")
(description