Re: [Zope-dev] zdaemon test dependencies

2013-02-13 Thread Jim Fulton
On Tue, Feb 12, 2013 at 11:10 PM, Stephan Richter
stephan.rich...@gmail.com wrote:
 Hi Jim,

 I am trying to get closer to get zope.site ported to Python 3. This requires
 porting of ZODB, which in turn requires zdaemon to be ported. So far so good.
 But then zdaemon has zc.customdoctests as a test requirement, which then needs
 python-spidermonkey.

That sounds like a bug.


 Since we do not control python-spidermonkey, I would like to break the
 dependency path somewhere.

+1

 I was thinking about having the zdaemon tests that
 require zc.customdoctests only run in Python 2. Does this sound good?

No.

I would make a javascript extra for customdoctests that requires spidermonkey.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
Jerky is better than bacon! http://zo.pe/Kqm
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zdaemon test dependencies

2013-02-13 Thread Jim Fulton
On Wed, Feb 13, 2013 at 8:36 AM, Stephan Richter
stephan.rich...@gmail.com wrote:
 On Wednesday, February 13, 2013 07:16:03 AM Jim Fulton wrote:
 I would make a javascript extra for customdoctests that requires
 spidermonkey.

 Okay, and then have two test runners, one running without spidermonkey and one
 with and conditionalize the tests?

I wouldn't bother.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
Jerky is better than bacon! http://zo.pe/Kqm
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zdaemon test dependencies

2013-02-13 Thread Jim Fulton
On Wed, Feb 13, 2013 at 9:21 AM, Stephan Richter
stephan.rich...@gmail.com wrote:
 On Wednesday, February 13, 2013 09:13:52 AM Jim Fulton wrote:
 On Wed, Feb 13, 2013 at 8:36 AM, Stephan Richter

 stephan.rich...@gmail.com wrote:
  On Wednesday, February 13, 2013 07:16:03 AM Jim Fulton wrote:
  I would make a javascript extra for customdoctests that requires
  spidermonkey.
 
  Okay, and then have two test runners, one running without spidermonkey and
  one with and conditionalize the tests?

 I wouldn't bother.

 But in order to test zc.customdoctests' Py3 compatibility I need to run its
 tests. So I have 2 choices:

 1. Remove all spidermonkey integration tests.
 2. Run all spidermonkey integration tests only on Python 2.

 Both options are fine with me. Your choice. :-)

Ah.  For now, I'd skip the JS-integration tests for Python 3.

OT, will you volunteer for the ZF board?

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
Jerky is better than bacon! http://zo.pe/Kqm
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zdaemon test dependencies

2013-02-13 Thread Jim Fulton
On Wed, Feb 13, 2013 at 9:39 AM, Stephan Richter
stephan.rich...@gmail.com wrote:
 On Wednesday, February 13, 2013 09:27:46 AM Jim Fulton wrote:
 OT, will you volunteer for the ZF board?

 I would.

Thanks!

 Feel free to nominate me,

Done.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
Jerky is better than bacon! http://zo.pe/Kqm
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zdaemon test dependencies

2013-02-13 Thread Jim Fulton
On Wed, Feb 13, 2013 at 12:16 PM, Stephan Richter
stephan.rich...@gmail.com wrote:
 On Wednesday, February 13, 2013 09:27:46 AM Jim Fulton wrote:
  Both options are fine with me. Your choice. :-)

 Ah.  For now, I'd skip the JS-integration tests for Python 3.

 Okay, all done. Can you make me an PyPI owner of zc.customdoctests? My
 username is 'srichter'.

Done. Thanks.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
Jerky is better than bacon! http://zo.pe/Kqm
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )