From de3e9b8edf80473f6a1d8feb9333dcfe4e5b960b Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 1 Oct 2025 20:11:14 -0400 Subject: [PATCH] gnu: python-canvasapi: Fix tests. * gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Add python-pytest. Change-Id: I683d33629a0c8b5bb2ccd06a7f19a0c15b33bac0 --- gnu/packages/python-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 1833586f7b..3e880227c1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7800,7 +7800,8 @@ for URL parsing and changing.") "1gg6h2w4bajsis35p7l5r6bx54h5j2nq16r90wq8fbb0d3gz3f6q")))) (build-system pyproject-build-system) (propagated-inputs (list python-arrow python-pytz python-requests)) - (native-inputs (list python-requests-mock + (native-inputs (list python-pytest + python-requests-mock python-setuptools python-urllib3-1.26 python-wheel))