app-admin/gentoo_update: fix false positive 908308

* False alert about tests not being enabled:
  gentoo-tinderbox (probably) expects python_test to be defined

Bug: https://bugs.gentoo.org/908308
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2023-06-13 23:38:17 +02:00
parent f87f132842
commit bedd95dd52

View File

@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
distutils_enable_tests unittest
src_test() {
python_test() {
cd tests || die
distutils-r1_src_test
eunittest
}