Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-instafail/
Date: Mon, 30 May 2022 13:17:20
Message-Id: 1653916632.e86780e94e143e3bfc98a909b55269d5ca58c33e.Alessandro-Barbieri@gentoo
1 commit: e86780e94e143e3bfc98a909b55269d5ca58c33e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 13:07:53 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 13:17:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e86780e9
7
8 dev-python/pytest-instafail: enable py3.11
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
16 index d314d11ae..addd07cc0 100644
17 --- a/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
18 +++ b/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
28 inherit distutils-r1
29
30 DESCRIPTION="Plugin for pytest that shows failures and errors instantly"