commit:     a30e32fb755616d6b4c26f93d919799fc1e83c6a
Author:     Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
AuthorDate: Thu May 13 12:36:01 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 13 22:09:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30e32fb

dev-python/xvfbwrapper: Bump to python 3.10 + distutils_enable_tests

Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild 
b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
index 3caf5214513..c49d2aeb70a 100644
--- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
+++ b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.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..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -17,6 +17,4 @@ KEYWORDS="amd64 x86"
 
 RDEPEND="x11-base/xorg-server[xvfb]"
 
-python_test() {
-       "${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}"
-}
+distutils_enable_tests unittest

Reply via email to