diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-12-05 02:02:25 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-12-05 02:03:57 +0000 |
commit | e1fabdbdb95dc3870e2a9a9b6e7492ee10385789 (patch) | |
tree | 23423b4716b12c725ef87600c131878ef933141a /dev-python | |
parent | dev-vcs/stgit: drop old (diff) | |
download | gentoo-e1fabdbdb95dc3870e2a9a9b6e7492ee10385789.tar.gz gentoo-e1fabdbdb95dc3870e2a9a9b6e7492ee10385789.tar.bz2 gentoo-e1fabdbdb95dc3870e2a9a9b6e7492ee10385789.zip |
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
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/botocore/botocore-1.8.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |