Hi,
I'm working with a frozen requirements.txt for a full Mailman 3 install (BigCorp QA stuff), and trying to decide whether it's worth fighting BigCorp QA to update it to the recent releases.
The previous test install pulled in attrs 22.1.0, but now mailman-3.3.6 restricts attrs<21.3.
I can't find any documentation for this change, which Mark made in a change d0595dec76 that's documented to be about lmtp and smtp. What's going on with this change?
Steve
On 10/27/22 14:17, Stephen J. Turnbull wrote:
Hi,
I'm working with a frozen requirements.txt for a full Mailman 3 install (BigCorp QA stuff), and trying to decide whether it's worth fighting BigCorp QA to update it to the recent releases.
The previous test install pulled in attrs 22.1.0, but now mailman-3.3.6 restricts attrs<21.3.
I can't find any documentation for this change, which Mark made in a change d0595dec76 that's documented to be about lmtp and smtp. What's going on with this change?
CI now passes without the constraint on attrs, so whatever the issue was is probably not applicable anymore.
https://gitlab.com/mailman/mailman/-/merge_requests/1050
-- thanks, Abhilash Raj (maxking)
On 10/27/22 01:47, Stephen J. Turnbull wrote:
I can't find any documentation for this change, which Mark made in a change d0595dec76 that's documented to be about lmtp and smtp. What's going on with this change?
The initial pipeline at https://gitlab.com/mailman/mailman/-/jobs/1926755143 for https://gitlab.com/mailman/mailman/-/merge_requests/944 failed diffcov and I determined that was due to attrs==21.3.0 so I pinned it <21.3.0 and diffcov then passed.
It appears that constraint is no longer required.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Abhilash Raj
-
Mark Sapiro
-
Stephen J. Turnbull