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
This commit is contained in:
Andreas Schneider 2024-02-21 07:14:25 +00:00 committed by Git OBS Bridge
parent d63b42b854
commit e4147c9c82

View File

@ -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