commit: 3221ce647768f120bdc5a4b0e127a068971aae3d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 11:18:09 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 12:26:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3221ce64
dev-python/brotlipy: Enable py3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/brotlipy/brotlipy-0.7.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild
b/dev-python/brotlipy/brotlipy-0.7.0.ebuild
index 8ea25884540..4af02f271a9 100644
--- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild
+++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild
@@ -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
@@ -44,5 +44,5 @@ src_prepare() {
}
python_test() {
- py.test -v || die "Testing failed"
+ pytest -vv || die "Testing failed"
}