From d2c7858c05ab56748282731a540583e78c5eb7aa Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Mon, 31 Mar 2025 17:30:21 -0400 Subject: [PATCH] gnu: python-canvasapi: Fix tests. * gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Add python-urllib3-next. Change-Id: I78d7f1807791597d03ffebe2fd8db33fd26311c3 --- gnu/packages/python-web.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ad02690b8d..8faeefa34a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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