Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixture/
Date: Mon, 01 Nov 2021 22:16:50
Message-Id: 1635804998.1de425a1a7c3723a59fda01e06208af9778bcf04.mgorny@gentoo
1 commit: 1de425a1a7c3723a59fda01e06208af9778bcf04
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 21:49:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 22:16:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de425a1
7
8 dev-python/pytest-lazy-fixture: Enable pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 5b7c8f82070..2b9279fc7fb 100644
17 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
18 +++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
25 inherit distutils-r1
26
27 DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize"