summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-23 11:27:53 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-31 13:44:01 +0200
commite3d4d02708002691b307011a3bf854eea7f63776 (patch)
treebcb0329bf77dfe06ad58fee66505ff210dea3e10 /dev-python/zope-i18nmessageid
parentdev-python/zope-deprecation: bump to python 3.10 (diff)
downloadgentoo-e3d4d02708002691b307011a3bf854eea7f63776.tar.gz
gentoo-e3d4d02708002691b307011a3bf854eea7f63776.tar.bz2
gentoo-e3d4d02708002691b307011a3bf854eea7f63776.zip
dev-python/zope-i18nmessageid: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zope-i18nmessageid')
-rw-r--r--dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild5
1 files 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 47d123720e1e..6ad139e6808b 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() {