summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaterina Vaartis <vaartis@kotobank.ch>2021-05-13 15:36:01 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-14 00:09:52 +0200
commita30e32fb755616d6b4c26f93d919799fc1e83c6a (patch)
treee33e4a631aec074dc768a1be8ee3a2c91e9354cc /dev-python/xvfbwrapper
parentsys-fs/btrfs-progs: Bump to version 5.12.1 (diff)
downloadgentoo-a30e32fb755616d6b4c26f93d919799fc1e83c6a.tar.gz
gentoo-a30e32fb755616d6b4c26f93d919799fc1e83c6a.tar.bz2
gentoo-a30e32fb755616d6b4c26f93d919799fc1e83c6a.zip
dev-python/xvfbwrapper: Bump to python 3.10 + distutils_enable_tests
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xvfbwrapper')
-rw-r--r--dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild8
1 files 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 3caf52145138..c49d2aeb70a1 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