> > Thanks for the docs steve, it helped.
However i was wondering what the preferred method is to fix the following (see below) error in my pipeline <https://gitlab.com/itsPronay/mailman/-/jobs/13215168236>. I did a bit of research and found 2 way to fix this problem 1. I add urllib3 version in dependencies 2. or I update test_fix_deprecations or intro.rst so that it ignores this error in the pipeline. Let me know which one I should follow. Thanks Traceback (most recent call last): File "/builds/itsPronay/mailman/src/mailman/tests/test_hook_deprecations.py", line 49, in test_pre_hook_deprecated self.assertEqual( AssertionError: "Warning: urllib3 (2.6.3) or chardet (6.0.[66 chars]ion!" != "The [mailman]pre_hook configuration value[66 chars]led." - Warning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! > + The [mailman]pre_hook configuration value has been replaced by the > plugins infrastructure, and won't be called. Traceback (most recent call > last): File "/builds/itsPronay/mailman/src/mailman/tests/test_hook_deprecations.py", line 49, in test_pre_hook_deprecated self.assertEqual( AssertionError: "Warning: urllib3 (2.6.3) or chardet (6.0.[66 chars]ion!" != "The [mailman]pre_hook configuration value[66 chars]led." - Warning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! + The [mailman]pre_hook configuration value has been replaced by the plugins infrastructure, and won't be called. -- 251/A and 252, Tejgaon Industrial Area, Dhaka - 1208, Bangladesh. Mob: 019117-81327, 01766-348518 Web: www.seu.edu.bd <https://www.seu.edu.bd>, Email: [email protected] <mailto:[email protected]> _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3 Security Policy: https://wiki.list.org/x/QIA9
