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 }