dev-python/python-designateclient: disable tests

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-04-16 00:50:22 +02:00
parent 69dadfe840
commit 711dc2eb89
2 changed files with 26 additions and 24 deletions

View File

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

View File

@@ -32,17 +32,18 @@ RDEPEND="
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
" "
BDEPEND=" # Tests disabled as it depends on dev-python/stestr which is masked for removal
test? ( # BDEPEND="
>=dev-python/coverage-4.5.0[${PYTHON_USEDEP}] # test? (
>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] # >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] # >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
>=dev-python/python-subunit-1.0.0[${PYTHON_USEDEP}] # >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] # >=dev-python/python-subunit-1.0.0[${PYTHON_USEDEP}]
>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}] # >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
>=dev-python/tempest-25.0.0[${PYTHON_USEDEP}] # >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
) # >=dev-python/tempest-25.0.0[${PYTHON_USEDEP}]
" # )
# "
EPYTEST_IGNORE=( EPYTEST_IGNORE=(
# not packaged # not packaged
@@ -50,4 +51,4 @@ EPYTEST_IGNORE=(
designateclient/functionaltests/ designateclient/functionaltests/
) )
distutils_enable_tests pytest # distutils_enable_tests pytest