dev-python/python-ly: Remove obsolete test hack

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-05 19:34:53 +02:00
parent 170ae27408
commit 79127e5d7e

View File

@@ -37,12 +37,3 @@ BDEPEND="
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_test() {
# https://github.com/frescobaldi/python-ly/issues/176
sed -e 's:\(schemaLocation="\).*/\([a-z]*\.xsd"\):\1\2:' \
-i tests/musicxml.xsd || die
cp "${DISTDIR}"/{xml,xlink}.xsd tests/ || die
distutils-r1_src_test
}