summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-25 11:13:27 +0000
committerSam James <sam@gentoo.org>2021-05-25 11:14:00 +0000
commita928da8557093bf356857b93785dff7eb3931bb3 (patch)
treec34186c169e3fa5f58d134ea267fdaa2f8bdbc86 /dev-python/requests-cache
parentdev-util/rebar-bin: Drop vulnerable (diff)
downloadgentoo-a928da8557093bf356857b93785dff7eb3931bb3.tar.gz
gentoo-a928da8557093bf356857b93785dff7eb3931bb3.tar.bz2
gentoo-a928da8557093bf356857b93785dff7eb3931bb3.zip
dev-python/requests-cache: add dev-python/requests-mock test dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/requests-cache')
-rw-r--r--dev-python/requests-cache/requests-cache-0.6.3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
index 56c3378e34ab..c51bb467921c 100644
--- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+ dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/timeout-decorator[${PYTHON_USEDEP}]
)"