diff options
author | 2023-03-11 06:45:04 +0100 | |
---|---|---|
committer | 2023-03-11 06:53:35 +0100 | |
commit | 4cf34f3d3d658c7028d6d591390da2193da2af45 (patch) | |
tree | e843f27e891a633b1a97ec3d7cf173692a4ac15d /dev-python | |
parent | dev-python/tornado: Enable pypy3 (diff) | |
download | gentoo-4cf34f3d3d658c7028d6d591390da2193da2af45.tar.gz gentoo-4cf34f3d3d658c7028d6d591390da2193da2af45.tar.bz2 gentoo-4cf34f3d3d658c7028d6d591390da2193da2af45.zip |
dev-python/urllib3: Enable testing on pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/urllib3/urllib3-1.26.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/urllib3/urllib3-1.26.15.ebuild b/dev-python/urllib3/urllib3-1.26.15.ebuild index 40aa63992721..cc75cabf45be 100644 --- a/dev-python/urllib3/urllib3-1.26.15.ebuild +++ b/dev-python/urllib3/urllib3-1.26.15.ebuild @@ -5,8 +5,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{9..11} ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3 ) +PYTHON_TESTED=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 pypi |