mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user