mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1cc3d3730b
commit
211ec3abaa
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue