gnu: python-pytest-vcr: Fix tests.

* gnu/packages/python-check.scm (python-pytest-vcr)[native-inputs]: Add
python-urllib3.

Change-Id: I925816a9113d6d3f6f928e68eb5292e2c7409c7d
This commit is contained in:
宋文武 2025-01-14 15:10:40 +08:00 committed by Ricardo Wurmus
parent d18a6383ca
commit 98b4d8aab6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")