Please always include the information about which project and MR you are talking about.
If you mean postorius!1105, postorius!1106, or postorius!1110, these are all passing all required CI tests. The failures are coming in the specific combination of Python 3.13 + released, which tests against the released PyPI packages. This (and Python 3.14) is expected to fail until the next release because nntplib was removed from the stdlib in 3.13, but the released packages are only validated up to Python 3.12. The problem is fixed in master. You can also patch your local tox.ini to require standard-nntplib for Python 3.13 (and later) to test against PyPI packages, but be careful not to add that change to MRs. Note that there is likely to be no action on any MRs from non-Google Summer of Code contributors for about three weeks because we are busy with Google Summer of Code applications. Steve Rushikesh Bathe via Mailman-Developers writes: > I’ve opened the merge request for this.However, the pipeline is not > running right now (it initially failed when my profile was not > verified). Could you please help trigger the pipeline and take a > look? -- GNU Mailman consultant (installation, migration, customization) Sirius Open Source https://www.siriusopensource.com/ Software systems consulting in Europe, North America, and Japan _______________________________________________ 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
