Re: [Mailman-Developers] MM3 Test difficulty

2014-03-04 Thread Barry Warsaw
On Mar 03, 2014, at 09:30 PM, Mark Sapiro wrote: >and this time all was well except two tests failed. The only thing I can >think of is at one point, not realizing this was a 32-bit OS, I rsync'd >the virtualenv from the 64-bit machine. I thought I had cleaned that all >up, but there may have been

Re: [Mailman-Developers] MM3 Test difficulty

2014-03-03 Thread Mark Sapiro
On 03/03/2014 07:10 PM, Barry Warsaw wrote: > > What happens if you `pip install -U zope.interface` in the virtualenv? I don't know what was wrong, but I started over. I removed the virtualenv and then did virtualenv --system-site-packages /var/py27 source /var/py27/bin/activate pip install -U

Re: [Mailman-Developers] MM3 Test difficulty

2014-03-03 Thread Barry Warsaw
On Mar 03, 2014, at 07:00 PM, Mark Sapiro wrote: >On the other machine with Ubuntu 12.10 32 bit, I again have a virtualenv >with packages up to date, and "python setup.py develop" runs fine, but >"nose2 -v" dies immediately with the attached traceback. Both >zope.component and zope.interface are t

Re: [Mailman-Developers] MM3 Test difficulty

2014-03-03 Thread Mark Sapiro
On 03/02/2014 11:46 AM, Barry Warsaw wrote: > > Looks like upstream released zope.interface 4.1.0, but this hasn't been pulled > into Debian or Ubuntu yet. This breaks other dependencies referenced by > --system-site-packages. > > I'll work on getting a newer zope.interface into the distros, but