diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-05 21:10:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-05 21:13:57 +0200 |
commit | 199863ce36aeed4bc5748cc7b8a3444ce8613c82 (patch) | |
tree | 0bf50ea514404c382d14693347d38bf171d7fa72 /dev-python/brotlicffi | |
parent | virtual/python-cffi: Enable python3.10 (diff) | |
download | gentoo-199863ce36aeed4bc5748cc7b8a3444ce8613c82.tar.gz gentoo-199863ce36aeed4bc5748cc7b8a3444ce8613c82.tar.bz2 gentoo-199863ce36aeed4bc5748cc7b8a3444ce8613c82.zip |
dev-python/brotlicffi: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/brotlicffi')
-rw-r--r-- | dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild index a0aa1519e853..fcc4dc52ed60 100644 --- a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild +++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild @@ -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 } } |