commit:     0db37d0caa6a9a6bad671436cab141476449341c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  8 06:43:22 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  8 08:51:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db37d0c

dev-python/irc: Enable python3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/irc/irc-19.0.1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/irc/irc-19.0.1.ebuild b/dev-python/irc/irc-19.0.1.ebuild
index 1fab5e299ca..195c778ba27 100644
--- a/dev-python/irc/irc-19.0.1.ebuild
+++ b/dev-python/irc/irc-19.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -43,8 +43,7 @@ distutils_enable_sphinx docs 
'>=dev-python/jaraco-packaging-3.2' \
 
 python_test() {
        # Override pytest options to skip flake8
-       pytest -vv --override-ini="addopts=--doctest-modules" \
-               || die "Tests failed with ${EPYTHON}"
+       epytest --override-ini="addopts=--doctest-modules"
 }
 
 python_install_all() {

Reply via email to