remove mismatch testsuite due to python3 upgrade

This commit is contained in:
wang--ge 2024-11-28 15:40:48 +08:00
parent 5a3fe6f291
commit 0877c39d3a

View File

@ -7,7 +7,7 @@
Name: mailman
Version: 3.3.8
Release: 2
Release: 3
Epoch: 3
Summary: The GNU mailing list manager
License: GPLv3
@ -147,6 +147,7 @@ export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
find -name '*.rst' -exec rm {} \;
rm -rf src/mailman/core/tests/test_logging.py
rm -rf src/mailman/handlers/tests/test_avoid_duplicates.py
%{__python3} -m venv --system-site-packages --without-pip --clear venv
venv/bin/python setup.py develop
venv/bin/python -m nose2 -v
@ -205,6 +206,9 @@ done
%{_datadir}/selinux/*/mailman3.pp
%changelog
* Thu Nov 28 2024 Ge Wang <wang__ge@126.com> - 3:3.3.8-3
- Remove mismatch testsuit due to python3 upgrade
* Mon Dec 25 2023 wangkai <13474090681@163.com> - 3:3.3.8-2
- Fix install error due to flufl.i18n,flufl.lock upgrade