mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-util/find-work: use EPYTEST_PLUGINS
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -45,11 +45,6 @@ RDEPEND="
|
|||||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/pytest-import-check[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
# No ${PYTHON_USEDEP} because plugin deps can lag behind
|
# No ${PYTHON_USEDEP} because plugin deps can lag behind
|
||||||
PDEPEND="
|
PDEPEND="
|
||||||
@@ -60,6 +55,8 @@ PDEPEND="
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
EPYTEST_PLUGINS=( pytest-import-check )
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
distutils_enable_sphinx docs \
|
distutils_enable_sphinx docs \
|
||||||
|
|||||||
@@ -45,11 +45,6 @@ RDEPEND="
|
|||||||
$(python_gen_any_dep 'dev-python/tabulate[${PYTHON_USEDEP}]')
|
$(python_gen_any_dep 'dev-python/tabulate[${PYTHON_USEDEP}]')
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/pytest-import-check[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
PDEPEND="
|
PDEPEND="
|
||||||
!minimal? (
|
!minimal? (
|
||||||
@@ -59,6 +54,8 @@ PDEPEND="
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
EPYTEST_PLUGINS=( pytest-import-check )
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
distutils_enable_sphinx docs \
|
distutils_enable_sphinx docs \
|
||||||
|
|||||||
Reference in New Issue
Block a user