commit:     e1fabdbdb95dc3870e2a9a9b6e7492ee10385789
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 02:02:25 2017 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 02:03:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fabdbd

dev-python/botocore: run also functional tests

Only newest, unstable 1.8.6 ebuild affected.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/botocore/botocore-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/botocore/botocore-1.8.6.ebuild 
b/dev-python/botocore/botocore-1.8.6.ebuild
index f4df2f35b9a..8ec458cb067 100644
--- a/dev-python/botocore/botocore-1.8.6.ebuild
+++ b/dev-python/botocore/botocore-1.8.6.ebuild
@@ -43,7 +43,7 @@ python_compile_all() {
 }
 
 python_test() {
-       nosetests -v tests/unit || die "tests failed under ${EPYTHON}"
+       nosetests -v tests/unit tests/functional || die "tests failed under 
${EPYTHON}"
 }
 
 python_install_all() {

Reply via email to