commit: 871cb08043f6e09cc8245bf2f19aeabee882f475
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 17 08:54:39 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 17 09:14:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871cb080
dev-python/tempest: Remove the test dep on hacking
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tempest/tempest-29.2.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
}