commit:     116fc042867c8cc0584a5aac64179eff7d02ca1c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 20:28:47 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue May 14 20:29:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116fc042

dev-python/adblock: skip test_serde_file

Closes: https://bugs.gentoo.org/931898
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/adblock/adblock-0.6.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/adblock/adblock-0.6.0.ebuild 
b/dev-python/adblock/adblock-0.6.0.ebuild
index bbb494479d4f..2204153a01f8 100644
--- a/dev-python/adblock/adblock-0.6.0.ebuild
+++ b/dev-python/adblock/adblock-0.6.0.ebuild
@@ -106,6 +106,9 @@ python_test() {
                # unimportant (for us) test that uses the dir that we delete 
below
                # so pytest does not try to load it while lacking extensions
                
tests/test_typestubs.py::test_functions_and_methods_exist_in_rust
+               # FileNotFound exception test that triggers a new assertion in
+               # python:3.13[debug], not an issue for normal usage (bug 
#931898)
+               tests/test_engine.py::test_serde_file
        )
        local EPYTEST_IGNORE=(
                # not very meaningful here (e.g. validates changelog),

Reply via email to