~ruther/guix-local

211ec3abaac1791e8bd01ce491634d7db727d9fa — 宋文武 1 year, 3 months ago 1cc3d37
gnu: python-pytest-vcr: Fix tests.

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

Change-Id: I925816a9113d6d3f6f928e68eb5292e2c7409c7d
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +2 -0
@@ 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")