summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-18 17:24:05 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-18 17:56:15 +0200
commite4b6e208db598aa548b94366a230871d8d5e87d4 (patch)
tree9f52a6c94be97f4d4475295f0179985b42f46726 /dev-python
parentd7dc63f0c673fe9a0fa6a9a53ab182191badae32 (diff)
downloadgentoo-e4b6e208db598aa548b94366a230871d8d5e87d4.tar.gz
gentoo-e4b6e208db598aa548b94366a230871d8d5e87d4.tar.bz2
gentoo-e4b6e208db598aa548b94366a230871d8d5e87d4.zip
dev-python/yaxmldiff: Remove fake distutils_enable_tests call
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild b/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
index e67628952e1e..63ab161a8f07 100644
--- a/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
+++ b/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,8 +26,6 @@ RDEPEND="
# no tests currently
RESTRICT="test"
-distutils_enable_tests pytest
-
python_prepare_all() {
sed -i '/license_file/ d' setup.cfg || die
distutils-r1_python_prepare_all