From 3d4c60ab67ab34063f83de57ca650a2093caa6e5 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 15 May 2024 06:58:16 +0000 Subject: Adding metadata --- dev-python/adblock/adblock-0.6.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python/adblock') diff --git a/dev-python/adblock/adblock-0.6.0.ebuild b/dev-python/adblock/adblock-0.6.0.ebuild index 67cdaec5208e..bcd085dc15bf 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), -- cgit v1.3.1