mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-python/geopy: add missing test dep
Closes: https://bugs.gentoo.org/792210 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -22,8 +22,8 @@ KEYWORDS="~amd64"
|
|||||||
RDEPEND="dev-python/geographiclib[${PYTHON_USEDEP}]"
|
RDEPEND="dev-python/geographiclib[${PYTHON_USEDEP}]"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
|
dev-python/async_generator[${PYTHON_USEDEP}]
|
||||||
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
|
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
|
||||||
dev-python/mock[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pytz[${PYTHON_USEDEP}]
|
dev-python/pytz[${PYTHON_USEDEP}]
|
||||||
dev-python/six[${PYTHON_USEDEP}]
|
dev-python/six[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
@@ -32,8 +32,7 @@ BDEPEND="
|
|||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
distutils_enable_sphinx docs \
|
distutils_enable_sphinx docs \
|
||||||
dev-python/sphinx-issues \
|
dev-python/sphinx-issues \
|
||||||
">=dev-python/sphinx_rtd_theme-0.4.0" \
|
dev-python/sphinx_rtd_theme
|
||||||
dev-python/readme_renderer
|
|
||||||
|
|
||||||
python_test() {
|
python_test() {
|
||||||
epytest \
|
epytest \
|
||||||
|
|||||||
Reference in New Issue
Block a user