summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-01-14 15:10:40 +0800
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:51 +0100
commit211ec3abaac1791e8bd01ce491634d7db727d9fa (patch)
tree452e6ff1844672cad9fdd00a7ff75f024cbc0328 /gnu/packages/python-check.scm
parent1cc3d3730bf83076307b63e0bab2d1ce14744965 (diff)
gnu: python-pytest-vcr: Fix tests.
* gnu/packages/python-check.scm (python-pytest-vcr)[native-inputs]: Add python-urllib3. Change-Id: I925816a9113d6d3f6f928e68eb5292e2c7409c7d
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 9766838408..aabb939287 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1306,6 +1306,8 @@ support and @code{subtests} fixture.")
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
(invoke "pytest" "tests/"))))))
+ (native-inputs
+ (list python-urllib3))
(propagated-inputs
(list python-pytest python-vcrpy))
(home-page "https://github.com/ktosiek/pytest-vcr")