[Mailman-Developers] Setting up installation to test own changes

2016-10-24 Thread Ana Cutillas
Hello, we at Systers had a student over summer work on some features and we would like to put those in a server and do some testing. I was thinking of using the mailman bundler and then changing the source files (she only did changes to postorius). Would that work? Or should we do it differently?

Re: [Mailman-Developers] Setting up installation to test own changes

2016-10-24 Thread Mark Sapiro
On 10/24/2016 07:00 AM, Ana Cutillas wrote: > > we at Systers had a student over summer work on some features and we would > like to put those in a server and do some testing. > > I was thinking of using the mailman bundler and then changing the source > files (she only did changes to postorius).

[Mailman-Developers] Issue recording VCR tapes in Postorius.

2016-10-24 Thread Mark Sapiro
I have started a branch to expose the pending domain.alias_domains attribute in Postorius. I haven't yet done anything with tests, but I did the basic modifications and created . Of course, this merge failed CI because "create_domain() got a

Re: [Mailman-Developers] Issue recording VCR tapes in Postorius.

2016-10-24 Thread Simon Hanna
>So I need to record a new tape and modify the test. So my problem is I >can't record any tapes. My "tox -e record" attempts fail with >tracebacks >like the attached. > >It appears the virtualenv in .tox/record is a Python 3.5 virtualenv and >Python 3.5 doesn't have a urllib2 module. > >Why is tox

Re: [Mailman-Developers] Issue recording VCR tapes in Postorius.

2016-10-24 Thread Mark Sapiro
On 10/24/2016 03:33 PM, Simon Hanna wrote: > > You have to prefix the environment with py27. So you would be running `tox -e > py27-record` > Since no base Python version is defined in to, it probably uses the Python > version that was used to install tox itself. Thanks Simon. That helped a l