mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/moddb: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -25,10 +25,6 @@ RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
BDEPEND="test? (
|
||||
dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# These tests require valid moddb.com login information
|
||||
"tests/test_base.py::TestLogin::test_login"
|
||||
@@ -40,6 +36,7 @@ EPYTEST_DESELECT=(
|
||||
)
|
||||
|
||||
distutils_enable_sphinx docs/source dev-python/sphinx-autodoc-typehints
|
||||
EPYTEST_PLUGINS=( pytest-rerunfailures )
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
|
||||
Reference in New Issue
Block a user