mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/pytest-httpbin: Add missing test-dep on requests
Closes: https://bugs.gentoo.org/712914 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -21,6 +21,9 @@ RDEPEND="
|
||||
dev-python/httpbin[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? ( dev-python/requests[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch
|
||||
|
||||
Reference in New Issue
Block a user