summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-22 20:15:45 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-22 20:18:15 +0200
commit373bb78a30d7125ee4b0fdc53e242d6012e5a795 (patch)
tree9c5859d9e265207a87836db3a5f329ba91abbc76
parentdev-python/pytest-rerunfailures: Block flaky to avoid test fails (diff)
downloadgentoo-373bb78a30d7125ee4b0fdc53e242d6012e5a795.tar.gz
gentoo-373bb78a30d7125ee4b0fdc53e242d6012e5a795.tar.bz2
gentoo-373bb78a30d7125ee4b0fdc53e242d6012e5a795.zip
dev-python/pytest-rerunfailures: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
index c51cda4a38e9..f0adeca6bb51 100644
--- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
+++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1