dev-python/brotlicffi: Enable python3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-05 21:10:57 +02:00
parent 2ff8cd79c2
commit 199863ce36

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} pypy3 )
PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
@@ -54,6 +54,5 @@ python_test() {
test/test_compatibility.py::test_brotli_version
)
pytest -vv ${deselect[@]/#/--deselect } ||
die "Tests failed with ${EPYTHON}"
epytest ${deselect[@]/#/--deselect }
}