dev-python/bitarray: Tested on py3.7
authorMichał Górny <mgorny@gentoo.org>
Mon, 24 Jun 2019 09:44:23 +0000 (11:44 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 24 Jun 2019 09:50:28 +0000 (11:50 +0200)
Closes: https://bugs.gentoo.org/688536
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/bitarray/bitarray-0.8.3.ebuild

index 80bd2089c9395667ad922f504736cbfcfd4c4ecc..d4de83840e13ba2af1064a4064d982151d68a0aa 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1
 
@@ -16,5 +16,5 @@ LICENSE="PSF-2"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~amd64-fbsd"
 
 python_test() {
-       "${PYTHON}" ${PN}/test_${PN}.py || die "Tests fail with ${EPYTHON}"
+       "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
 }