Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-html/
Date: Wed, 21 Sep 2022 15:30:04
Message-Id: 1663774191.6686e5ae83aad1a7b124f32ddcca3bc672372069.marecki@gentoo
1 commit: 6686e5ae83aad1a7b124f32ddcca3bc672372069
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 14:59:05 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 15:29:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6686e5ae
7
8 dev-python/pytest-html: enable py3.11
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/pytest-html/pytest-html-3.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-html/pytest-html-3.1.1.ebuild b/dev-python/pytest-html/pytest-html-3.1.1.ebuild
16 index bc639d3dfc4e..192558f52378 100644
17 --- a/dev-python/pytest-html/pytest-html-3.1.1.ebuild
18 +++ b/dev-python/pytest-html/pytest-html-3.1.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 inherit distutils-r1
26
27 DESCRIPTION="Plugin for generating HTML reports for py.test results"