diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-check.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 97668384081..aabb939287e 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") |
