sci-misc/vitables: remove unnecessary QtTest.

Closes: https://bugs.gentoo.org/892838
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
This commit is contained in:
Benda Xu 2023-02-02 12:10:14 +08:00
parent 80179b7e17
commit 22e4bdde2d
No known key found for this signature in database
GPG Key ID: D25D611C8E192076
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ distutils_enable_tests pytest
src_prepare() {
eapply ../debian/patches
sed -e '/QtTest/d' -i tests/test_samples.py || die
default
}