mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/osc-placement: 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:
@@ -25,28 +25,20 @@ RDEPEND="
|
||||
>=dev-python/oslo-utils-3.37.0[${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}]
|
||||
# )
|
||||
# "
|
||||
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/fixtures-4.2.2[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
|
||||
EPYTEST_IGNORE=(
|
||||
# Require the placement service to be packaged, too
|
||||
osc_placement/tests/functional/test_allocation.py
|
||||
osc_placement/tests/functional/test_allocation_candidate.py
|
||||
osc_placement/tests/functional/test_inventory.py
|
||||
osc_placement/tests/functional/test_resource_class.py
|
||||
osc_placement/tests/functional/test_resource_provider.py
|
||||
osc_placement/tests/functional/test_trait.py
|
||||
osc_placement/tests/functional/test_usage.py
|
||||
osc_placement/tests/functional/test_aggregate.py
|
||||
osc_placement/tests/functional/test_plugin.py
|
||||
# Require access to cloud instance
|
||||
osc_placement/tests/functional/
|
||||
)
|
||||
|
||||
# distutils_enable_tests pytest
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user