diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-18 08:25:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-18 08:59:50 +0200 |
commit | 4b433c3305ee6bbf7170b3f65e99c23e10cb5820 (patch) | |
tree | d003488767e654619741710bf9c718e1b7972aeb /dev-python/httpretty | |
parent | dev-python/httplib2: Enable py3.11 (diff) | |
download | gentoo-4b433c3305ee6bbf7170b3f65e99c23e10cb5820.tar.gz gentoo-4b433c3305ee6bbf7170b3f65e99c23e10cb5820.tar.bz2 gentoo-4b433c3305ee6bbf7170b3f65e99c23e10cb5820.zip |
dev-python/httpretty: Extend optional test deps to py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpretty')
-rw-r--r-- | dev-python/httpretty/httpretty-1.1.4-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/httpretty/httpretty-1.1.4-r1.ebuild b/dev-python/httpretty/httpretty-1.1.4-r1.ebuild index ebab71a933ae..387d58782461 100644 --- a/dev-python/httpretty/httpretty-1.1.4-r1.ebuild +++ b/dev-python/httpretty/httpretty-1.1.4-r1.ebuild @@ -28,7 +28,8 @@ BDEPEND=" >=dev-python/requests-1.1[${PYTHON_USEDEP}] dev-python/sure[${PYTHON_USEDEP}] >=www-servers/tornado-2.2[${PYTHON_USEDEP}] - )" + ) +" # These are optional test deps, that are used to test compatibility # with various HTTP libs. We prefer pulling them in whenever possible # to increase test coverage but we can live without them. @@ -40,7 +41,7 @@ BDEPEND+=" >=dev-python/boto3-1.17.72[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] >=dev-python/httpx-0.18.1[${PYTHON_USEDEP}] - ' python3_{8..10}) + ' python3_{8..11}) $(python_gen_cond_dep ' >=dev-python/eventlet-0.25.1[${PYTHON_USEDEP}] ' python3_{8..9}) |