From e1fabdbdb95dc3870e2a9a9b6e7492ee10385789 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Tue, 5 Dec 2017 02:02:25 +0000 Subject: [PATCH] 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 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() { -- 2.26.2