summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-17 09:54:39 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-17 10:14:54 +0100
commit871cb08043f6e09cc8245bf2f19aeabee882f475 (patch)
tree79d480345cf8894e77415ecfac049142998be446
parentdev-python/os-client-config: Remove the test dep on hacking (diff)
downloadgentoo-871cb08043f6e09cc8245bf2f19aeabee882f475.tar.gz
gentoo-871cb08043f6e09cc8245bf2f19aeabee882f475.tar.bz2
gentoo-871cb08043f6e09cc8245bf2f19aeabee882f475.zip
dev-python/tempest: Remove the test dep on hacking
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tempest/tempest-29.2.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/tempest/tempest-29.2.0.ebuild b/dev-python/tempest/tempest-29.2.0.ebuild
index bf5bd503d06a..3f46371369ef 100644
--- a/dev-python/tempest/tempest-29.2.0.ebuild
+++ b/dev-python/tempest/tempest-29.2.0.ebuild
@@ -36,7 +36,6 @@ RDEPEND="
BDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
test? (
- dev-python/hacking[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
dev-python/stestr[${PYTHON_USEDEP}]
)
@@ -51,6 +50,9 @@ src_prepare() {
rm tempest/tests/test_list_tests.py || die
rm tempest/tests/lib/cmd/test_check_uuid.py || die
+ # remove dep on hacking
+ rm tempest/tests/test_hacking.py || die
+
distutils-r1_src_prepare
}