I tried running ./bin/test and saw the following erro coming up : Failure in test /home/sandesh/mail_man/mailman-3.0.0b2/src/mailman/commands/docs/inject.rst Failed doctest test for inject.rst File "/home/sandesh/mail_man/mailman-3.0.0b2/src/mailman/commands/docs/inject.rst", line 0
---------------------------------------------------------------------- File "/home/sandesh/mail_man/mailman-3.0.0b2/src/mailman/commands/docs/inject.rst", line 29, in inject.rst Failed example: command.process(args) Differences (ndiff with -expected +actual): Available queues: archive bad bounces command digest in - lmtp nntp out pipeline - rest retry shunt virgin The reason for this was , in mailman/commands/cli_inject.py , when arg.show = True , it tries to fetch the available queues using : if args.show: print('Available queues:') for switchboard in sorted(config.switchboards): print(' ', switchboard) return But since , is_non_queue_runner is set True for lmtp and rest runner, switchboard instance is not created for them , hence config.switchboards does not have an entry for lmtp and rest. Is this another bug in the way of fetching available queues ? _______________________________________________ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9