From 7fcb1393b67c74f6fbe968c38a6d486ea1098b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 9 May 2017 20:32:56 +0200 Subject: [PATCH] dev-python/google-apputils: Use setup.py to run tests --- dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild b/dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild index 0579926ba951c..4c34e95c5e8d1 100644 --- a/dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild +++ b/dev-python/google-apputils/google-apputils-0.4.2-r1.ebuild @@ -30,9 +30,5 @@ src_unpack() { } python_test() { - # These yield 2 fails which are in fact expected errors run from a shell script! - # They seemingly have no immediate mechanism to exit 0 in an expected fail style. - for test in tests/{app_test*.py,[b-s]*.py} ; do - "${PYTHON}" $test || die "test failure under ${EPYTHON}" - done + esetup.py google_test }