dev-python/python-designateclient: Re-enable tests

But only those that don't require neither dev-python/stestr nor
dev-python/tempest

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-04-16 22:46:37 +02:00
parent 75fe1739a0
commit 97559cab3f

View File

@@ -32,23 +32,23 @@ RDEPEND="
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
" "
# Tests disabled as it depends on dev-python/stestr which is masked for removal BDEPEND="
# BDEPEND=" test? (
# test? ( >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
# >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}] >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
# >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
# >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/python-subunit-1.0.0[${PYTHON_USEDEP}]
# >=dev-python/python-subunit-1.0.0[${PYTHON_USEDEP}] >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
# >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] )
# >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}] "
# >=dev-python/tempest-25.0.0[${PYTHON_USEDEP}]
# ) EPYTEST_PLUGINS=()
# "
EPYTEST_IGNORE=( EPYTEST_IGNORE=(
# not packaged # not packaged
designateclient/hacking/checks.py designateclient/hacking/checks.py
# Requires access to cloud instance
designateclient/functionaltests/ designateclient/functionaltests/
) )
# distutils_enable_tests pytest distutils_enable_tests pytest