summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-01 22:49:49 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-01 23:16:38 +0100
commit1de425a1a7c3723a59fda01e06208af9778bcf04 (patch)
tree28d23423ecdb7b4a17c372ac69295699a7667aaa
parentapp-admin/awscli: Bump to 1.21.8 (diff)
downloadgentoo-1de425a1.tar.gz
gentoo-1de425a1.tar.bz2
gentoo-1de425a1.zip
dev-python/pytest-lazy-fixture: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild2
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"