dev-python/osc-placement: disable tests

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

View File

@@ -24,15 +24,17 @@ RDEPEND="
>=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
>=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
>=dev-python/fixtures-4.2.2[${PYTHON_USEDEP}]
)
"
# Tests disabled as it depends on dev-python/stestr which is masked for removal
# BDEPEND="
# test? (
# >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
# >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
# >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
# >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
# >=dev-python/fixtures-4.2.2[${PYTHON_USEDEP}]
# )
# "
EPYTEST_IGNORE=(
# Require the placement service to be packaged, too
@@ -47,4 +49,4 @@ EPYTEST_IGNORE=(
osc_placement/tests/functional/test_plugin.py
)
distutils_enable_tests pytest
# distutils_enable_tests pytest

View File

@@ -24,15 +24,17 @@ RDEPEND="
>=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
>=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
>=dev-python/fixtures-4.2.2[${PYTHON_USEDEP}]
)
"
# Tests disabled as it depends on dev-python/stestr which is masked for removal
# BDEPEND="
# test? (
# >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
# >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
# >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
# >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
# >=dev-python/fixtures-4.2.2[${PYTHON_USEDEP}]
# )
# "
EPYTEST_IGNORE=(
# Require the placement service to be packaged, too
@@ -47,4 +49,4 @@ EPYTEST_IGNORE=(
osc_placement/tests/functional/test_plugin.py
)
distutils_enable_tests pytest
# distutils_enable_tests pytest