dev-python/python-manilaclient: disable tests

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-04-16 00:45:12 +02:00
parent 87e8c90c76
commit 813b238495
2 changed files with 27 additions and 25 deletions

View File

@@ -32,19 +32,20 @@ RDEPEND="
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
)
"
# Tests disabled as it depends on dev-python/stestr which is masked for removal
#BDEPEND="
# test? (
# >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
# >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
# >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
# >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
# >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
# >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
# >=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
# )
#"
distutils_enable_tests unittest
# distutils_enable_tests unittest
python_test() {
# The functional tests would requier the OpenStack manila service to be

View File

@@ -32,20 +32,21 @@ RDEPEND="
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
)
"
# Tests disabled as it depends on dev-python/stestr which is masked for removal
#BDEPEND="
# test? (
# >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
# >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
# >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
# >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
# >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
# >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
# >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
# >=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
# )
#"
distutils_enable_tests unittest
# distutils_enable_tests unittest
python_test() {
# The functional tests would requier the OpenStack manila service to be