aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 15:07:53 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 15:17:12 +0200
commite86780e94e143e3bfc98a909b55269d5ca58c33e (patch)
treead6cd2dabca2fad197707e7b80a6e6cc96710be0
parentdev-python/etcd3gw: drop 1.0.1 (diff)
downloadguru-e86780e9.tar.gz
guru-e86780e9.tar.bz2
guru-e86780e9.zip
dev-python/pytest-instafail: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
index d314d11ae4..addd07cc01 100644
--- a/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
+++ b/dev-python/pytest-instafail/pytest-instafail-0.4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Plugin for pytest that shows failures and errors instantly"