Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brotlicffi/
Date: Wed, 05 May 2021 19:14:05
Message-Id: 1620242037.199863ce36aeed4bc5748cc7b8a3444ce8613c82.mgorny@gentoo
1 commit: 199863ce36aeed4bc5748cc7b8a3444ce8613c82
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 19:10:57 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 19:13:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199863ce
7
8 dev-python/brotlicffi: Enable python3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
16 index a0aa1519e85..fcc4dc52ed6 100644
17 --- a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
18 +++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
24 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -54,6 +54,5 @@ python_test() {
29 test/test_compatibility.py::test_brotli_version
30 )
31
32 - pytest -vv ${deselect[@]/#/--deselect } ||
33 - die "Tests failed with ${EPYTHON}"
34 + epytest ${deselect[@]/#/--deselect }
35 }