remove bounce processing (sync with w.c.s) (#33448)

This commit is contained in:
Thomas NOËL 2019-11-12 13:45:37 +01:00 committed by Frédéric Péters
parent e0ca24cbe7
commit 7bbfe6d0b1
2 changed files with 2 additions and 3 deletions

View File

@ -88,6 +88,5 @@ précisement le [time]).
<email-change-password-request_subject/>
<email-password-subscription-notification_enabled>True</email-password-subscription-notification_enabled>
<email-change-password-request_enabled>True</email-change-password-request_enabled>
<bounce_handler>True</bounce_handler>
</emails>
</settings>

View File

@ -20,10 +20,10 @@ rm -f coverage.xml
rm -f test_results.xml
cat << _EOF_ > .coveragerc
[run]
omit = wcs/ctl/Bouncers/*.py wcs/qommon/vendor/*.py
omit = wcs/qommon/vendor/*.py
[report]
omit = wcs/ctl/Bouncers/*.py wcs/qommon/vendor/*.py
omit = wcs/qommon/vendor/*.py
_EOF_
$PIP_BIN install --upgrade 'pip<8'