commit:     4cd63a6d30359e55a04b1f056c1496819421cbd5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 21:42:09 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 21 21:46:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd63a6d

dev-python/botocore: Tested on py3.6

 dev-python/botocore/botocore-1.4.93.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/botocore/botocore-1.4.93.ebuild 
b/dev-python/botocore/botocore-1.4.93.ebuild
index ef8b08eda5e..322ce139a38 100644
--- a/dev-python/botocore/botocore-1.4.93.ebuild
+++ b/dev-python/botocore/botocore-1.4.93.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
 inherit distutils-r1
 
@@ -43,7 +43,7 @@ python_compile_all() {
 }
 
 python_test() {
-       nosetests tests/unit || die "tests failed under ${EPYTHON}"
+       nosetests -v tests/unit || die "tests failed under ${EPYTHON}"
 }
 
 python_install_all() {

Reply via email to