From: Andrey Utkin Date: Tue, 5 Dec 2017 02:02:25 +0000 (+0000) Subject: dev-python/botocore: run also functional tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e1fabdbdb95dc3870e2a9a9b6e7492ee10385789;p=gentoo.git 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 --- diff --git a/dev-python/botocore/botocore-1.8.6.ebuild b/dev-python/botocore/botocore-1.8.6.ebuild index f4df2f35b9af..8ec458cb0679 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() {