summaryrefslogtreecommitdiff
path: root/dev-util/uncrustify/uncrustify-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/uncrustify/uncrustify-9999.ebuild')
-rw-r--r--dev-util/uncrustify/uncrustify-9999.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild
index 85a400d29cc3..ffb8d0941d9f 100644
--- a/dev-util/uncrustify/uncrustify-9999.ebuild
+++ b/dev-util/uncrustify/uncrustify-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ fi
inherit cmake-utils ${scm_eclass}
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-any-r1
@@ -27,8 +27,3 @@ IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="test? ( ${PYTHON_DEPS} )"
-
-python_test() {
- cd tests
- ${EPYTHON} run_tests.py || die "tests failed"
-}