diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-11 09:21:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-11 09:49:11 +0100 |
commit | 7fca37a569fbb1cba311ebc6e2ea5853a04b0a17 (patch) | |
tree | 0b1fb4ab9c5ac1b1abd47bba9e1e23e42ecf10bd /dev-python/pytest-asyncio | |
parent | sci-astronomy/stellarium: stabilize 0.20.3 on x86 (diff) | |
download | gentoo-7fca37a569fbb1cba311ebc6e2ea5853a04b0a17.tar.gz gentoo-7fca37a569fbb1cba311ebc6e2ea5853a04b0a17.tar.bz2 gentoo-7fca37a569fbb1cba311ebc6e2ea5853a04b0a17.zip |
dev-python/pytest-asyncio: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-asyncio')
-rw-r--r-- | dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild index fb7e568a7a56..57553f279bc1 100644 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |