commit: 7fcb1393b67c74f6fbe968c38a6d486ea1098b40
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 18:32:56 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 9 18:43:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcb1393
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 0579926ba95..4c34e95c5e8 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
}