From 1aea4bd853f0d2b98610fde72b9a49581f918422 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 3 Jul 2017 10:08:22 -0700 Subject: 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(-) (limited to 'dev-python') 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 c434cc9a21b1..7e3dda1e031e 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}" } -- cgit v1.2.3-65-gdbad