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/httpretty/
Date: Wed, 18 May 2022 07:00:00
Message-Id: 1652857190.4b433c3305ee6bbf7170b3f65e99c23e10cb5820.mgorny@gentoo
1 commit: 4b433c3305ee6bbf7170b3f65e99c23e10cb5820
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 18 06:25:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 06:59:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b433c33
7
8 dev-python/httpretty: Extend optional test deps to py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/httpretty/httpretty-1.1.4-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/httpretty/httpretty-1.1.4-r1.ebuild b/dev-python/httpretty/httpretty-1.1.4-r1.ebuild
16 index ebab71a933ae..387d58782461 100644
17 --- a/dev-python/httpretty/httpretty-1.1.4-r1.ebuild
18 +++ b/dev-python/httpretty/httpretty-1.1.4-r1.ebuild
19 @@ -28,7 +28,8 @@ BDEPEND="
20 >=dev-python/requests-1.1[${PYTHON_USEDEP}]
21 dev-python/sure[${PYTHON_USEDEP}]
22 >=www-servers/tornado-2.2[${PYTHON_USEDEP}]
23 - )"
24 + )
25 +"
26 # These are optional test deps, that are used to test compatibility
27 # with various HTTP libs. We prefer pulling them in whenever possible
28 # to increase test coverage but we can live without them.
29 @@ -40,7 +41,7 @@ BDEPEND+="
30 >=dev-python/boto3-1.17.72[${PYTHON_USEDEP}]
31 dev-python/httplib2[${PYTHON_USEDEP}]
32 >=dev-python/httpx-0.18.1[${PYTHON_USEDEP}]
33 - ' python3_{8..10})
34 + ' python3_{8..11})
35 $(python_gen_cond_dep '
36 >=dev-python/eventlet-0.25.1[${PYTHON_USEDEP}]
37 ' python3_{8..9})