diff options
Diffstat (limited to 'dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild')
-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 } } |