commit:     e3d4d02708002691b307011a3bf854eea7f63776
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sun May 23 08:27:53 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 31 11:44:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d4d027

dev-python/zope-i18nmessageid: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild 
b/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild
index 47d123720e1..6ad139e6808 100644
--- a/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild
+++ b/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 
@@ -29,8 +29,7 @@ RDEPEND="
 distutils_enable_tests unittest
 
 python_test() {
-       "${EPYTHON}" -m unittest discover -v -s "${BUILD_DIR}"/lib ||
-               die "Tests failed with ${EPYTHON}"
+       eunittest "${BUILD_DIR}"/lib
 }
 
 python_install_all() {

Reply via email to