diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-01 22:49:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-01 23:16:38 +0100 |
commit | 1de425a1a7c3723a59fda01e06208af9778bcf04 (patch) | |
tree | 28d23423ecdb7b4a17c372ac69295699a7667aaa /dev-python/pytest-lazy-fixture | |
parent | app-admin/awscli: Bump to 1.21.8 (diff) | |
download | gentoo-1de425a1a7c3723a59fda01e06208af9778bcf04.tar.gz gentoo-1de425a1a7c3723a59fda01e06208af9778bcf04.tar.bz2 gentoo-1de425a1a7c3723a59fda01e06208af9778bcf04.zip |
dev-python/pytest-lazy-fixture: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-lazy-fixture')
-rw-r--r-- | dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild index 5b7c8f820706..2b9279fc7fb2 100644 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild +++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize" |