commit:     1aea4bd853f0d2b98610fde72b9a49581f918422
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 17:08:22 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 17:09:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aea4bd8

dev-python/oslo-concurrency: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
index c434cc9a21b..7e3dda1e031 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.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
 
@@ -48,5 +48,5 @@ python_prepare_all() {
 }
 
 python_test() {
-       nosetests tests/ || die "test failed under ${EPYTHON}"
+       nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
 }

Reply via email to