dev-python/botocore: run also functional tests
authorAndrey Utkin <andrey_utkin@gentoo.org>
Tue, 5 Dec 2017 02:02:25 +0000 (02:02 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Tue, 5 Dec 2017 02:03:57 +0000 (02:03 +0000)
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

index f4df2f35b9afc06c1c60e0af4511455759efc365..8ec458cb06799b09e18634e99dbec9b6b70b3556 100644 (file)
@@ -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() {