From e4147c9c82e0782e4564e1a9e025e501e475e5e12d6969d09ee985d877a70556 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 21 Feb 2024 07:14:25 +0000 Subject: [PATCH] Accepting request 1148081 from home:mcalabkova:branches:devel:languages:python hopefully temporary fix for current CPythons + skipped tests revision, while I was at it OBS-URL: https://build.opensuse.org/request/show/1148081 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=92 --- python-mailman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-mailman.spec b/python-mailman.spec index 5749788..911ff3d 100644 --- a/python-mailman.spec +++ b/python-mailman.spec @@ -252,10 +252,10 @@ rm src/mailman/mta/tests/test_aliases.py rm src/mailman/core/tests/test_logging.py # PermissionError: [Errno 13] Permission denied: '/usr/bin/master' rm src/mailman/commands/tests/test_cli_control.py -# https://gitlab.com/mailman/mailman/issues/654 -rm src/mailman/commands/tests/test_cli_create.py # do not use well known ports 9024 and 9025 sed -i "s:\(902\):4\1:" src/mailman/testing/testing.cfg +# https://gitlab.com/mailman/mailman/-/issues/1125 +rm src/mailman/handlers/tests/test_avoid_duplicates.py # %python_exec -m nose2 -v %endif