commit:     cf27dd983e4c0c54050b774e67221fbd343ccee6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 04:56:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 04:56:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf27dd98

dev-python/eyeD3: Deselect broken test

Closes: https://bugs.gentoo.org/906717
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/eyeD3/eyeD3-0.9.7-r1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/eyeD3/eyeD3-0.9.7-r1.ebuild 
b/dev-python/eyeD3/eyeD3-0.9.7-r1.ebuild
index 4a701f823cf7..1635bd0e76ba 100644
--- a/dev-python/eyeD3/eyeD3-0.9.7-r1.ebuild
+++ b/dev-python/eyeD3/eyeD3-0.9.7-r1.ebuild
@@ -51,6 +51,11 @@ EPYTEST_IGNORE=(
        tests/test_factory.py
 )
 
+EPYTEST_DESELECT=(
+       # broken by formatting / line wrapping
+       tests/test_jsonyaml_plugin.py::testYamlPlugin
+)
+
 src_prepare() {
        if use test; then
                mv "${WORKDIR}"/eyeD3-test-data tests/data || die

Reply via email to