diff --git a/dev-python/botocore/botocore-1.8.6.ebuild b/dev-python/botocore/botocore-1.8.6.ebuild index f4df2f35b9afc..8ec458cb06799 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() {