commit: 6694617d22b2ba919f7b3ebec6c3b7240053e12b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 1 18:38:04 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 1 18:39:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6694617d
dev-python/ubelt: Port to py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ubelt/ubelt-0.9.5.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/ubelt/ubelt-0.9.5.ebuild
b/dev-python/ubelt/ubelt-0.9.5.ebuild
index 1505cc0f7ac..e906563da37 100644
--- a/dev-python/ubelt/ubelt-0.9.5.ebuild
+++ b/dev-python/ubelt/ubelt-0.9.5.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -28,6 +28,5 @@ python_test() {
ubelt/util_path.py::userhome:0
)
- pytest -vv ${deselect[@]/#/--deselect } tests ||
- die "Tests fail with ${EPYTHON}"
+ epytest ${deselect[@]/#/--deselect } tests
}