commit: 22e4bdde2d8d3c40f27a656592a5e1e42ea41a46 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Thu Feb 2 04:10:14 2023 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Thu Feb 2 04:12:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e4bdde
sci-misc/vitables: remove unnecessary QtTest. Closes: https://bugs.gentoo.org/892838 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> sci-misc/vitables/vitables-3.0.2_p4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-misc/vitables/vitables-3.0.2_p4.ebuild b/sci-misc/vitables/vitables-3.0.2_p4.ebuild index c3764c5fcf38..67d4ca2725e6 100644 --- a/sci-misc/vitables/vitables-3.0.2_p4.ebuild +++ b/sci-misc/vitables/vitables-3.0.2_p4.ebuild @@ -32,6 +32,7 @@ distutils_enable_tests pytest src_prepare() { eapply ../debian/patches + sed -e '/QtTest/d' -i tests/test_samples.py || die default }