Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-30 Thread Lennart Regebro
On Tue, Jul 27, 2010 at 13:26, Jonathan Lange wrote: > Just to be clear, is zope.testing 4.0.0 intended to work with Python 2? Yes. ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML en

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-27 Thread Jonathan Lange
On Tue, Jul 20, 2010 at 5:32 PM, Lennart Regebro wrote: > I'd like to put down some effort this week during the EuroPython > sprint to go forward with zope.testing for Python 3. zope.testing > 3.9.5 is already deprecating zope.testing.testrunner, but I need to > remove it so that I can port zope.t

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-21 Thread Lennart Regebro
On Wed, Jul 21, 2010 at 15:06, Jim Fulton wrote: > Do whatever is easiest for you.  One option would be to release as > eggs for Python 3 only.  That way, you shouldn't be affecting Python 2 > users. I've released 3.10.0 now, and will let that simmer a while. I'm on Europython so please mail me i

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-21 Thread Jim Fulton
On Tue, Jul 20, 2010 at 12:32 PM, Lennart Regebro wrote: > I'd like to put down some effort this week during the EuroPython > sprint to go forward with zope.testing for Python 3. zope.testing > 3.9.5 is already deprecating zope.testing.testrunner, but I need to > remove it so that I can port zope.

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-21 Thread Stephan Richter
On Wednesday, July 21, 2010, Lennart Regebro wrote: > Nobody said "YES!" and since it actually requires that zope.testing > depends on zope.testrunner to be pracically useful, I think we'll skip > it. I think nobody cares because everyone uses the test runner recipe. As long as that recipe works,

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-21 Thread Lennart Regebro
On Tue, Jul 20, 2010 at 23:57, Marius Gedminas wrote: >> 1. Should there be BBB imports of zope.testrunner into zope.testing? >> We can do that to get a longer deprecation period, a couple of months >> isn't very long). > > *shrug* Nobody said "YES!" and since it actually requires that zope.testi

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-21 Thread Lennart Regebro
On Wed, Jul 21, 2010 at 06:28, Christian Theune wrote: > I myself prefer having more releases. I like Marius' idea: 3.10 would be > good for removing the test runner then 4.0 can be Py3 compatibility. OK, I'll merge and release 3.10 today or tomorrow or so. -- Lennart Regebro, Colliberty: http:

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-20 Thread Christian Theune
On 07/21/2010 06:40 AM, Lennart Regebro wrote: > On Tue, Jul 20, 2010 at 23:57, Marius Gedminas wrote: >> I'm for two separate releases. "Release early, release often". > > Oh, that's not a problem. > svn://svn.zope.org/repos/main/zope.testing/branches/regebro-400 Is > testrunner free and runs on

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-20 Thread Lennart Regebro
On Tue, Jul 20, 2010 at 23:57, Marius Gedminas wrote: > I'm for two separate releases.  "Release early, release often". Oh, that's not a problem. svn://svn.zope.org/repos/main/zope.testing/branches/regebro-400 Is testrunner free and runs on Python 3 already. It's purely a question of if we want b

Re: [Zope-dev] zope.testing / zope.testrunner path forward:

2010-07-20 Thread Marius Gedminas
On Tue, Jul 20, 2010 at 05:32:39PM +0100, Lennart Regebro wrote: > I'd like to put down some effort this week during the EuroPython > sprint to go forward with zope.testing for Python 3. I, for one, am extremely grateful that someone (not me, that is) is working on Python 3 compatibility! > zope.