Projet

Général

Profil

0001-remove-bounce-processing-sync-with-w.c.s-33448.patch

Thomas Noël, 12 novembre 2019 13:45

Télécharger (1,29 ko)

Voir les différences:

Subject: [PATCH] remove bounce processing (sync with w.c.s) (#33448)

 au-quotidien-wcs-settings.xml | 1 -
 jenkins.sh                    | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)
au-quotidien-wcs-settings.xml
88 88
    <email-change-password-request_subject/>
89 89
    <email-password-subscription-notification_enabled>True</email-password-subscription-notification_enabled>
90 90
    <email-change-password-request_enabled>True</email-change-password-request_enabled>
91
    <bounce_handler>True</bounce_handler>
92 91
  </emails>
93 92
</settings>
jenkins.sh
20 20
rm -f test_results.xml
21 21
cat << _EOF_ > .coveragerc
22 22
[run]
23
omit = wcs/ctl/Bouncers/*.py wcs/qommon/vendor/*.py
23
omit = wcs/qommon/vendor/*.py
24 24

  
25 25
[report]
26
omit = wcs/ctl/Bouncers/*.py wcs/qommon/vendor/*.py
26
omit = wcs/qommon/vendor/*.py
27 27
_EOF_
28 28

  
29 29
$PIP_BIN install --upgrade 'pip<8'
30
-