Re: [Repoze-dev] problems running chameleon tests

2010-06-03 Thread Chris Withers
Malthe Borch wrote:
 This has to do with lxml; it currently worksforme, but I don't know
 why. Try Stephan's static build and see if it fares any better,
 possibly using otool -L to confirm bindings.

Actually, the tests only run if you have *all* the stuff in the 
test_require ;-)

...its' a shame there isn't a chameleon[test] to install when you want 
to run tests, python setup.py test appears to install all the tests 
dependencies for each test run :-(

Chris

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] problems running chameleon tests

2010-06-03 Thread Malthe Borch
Really that's odd; we can definitely add a [test] on next release; or
please go ahead and commit it if you can.

Thanks,

On 3 June 2010 09:50, Chris Withers ch...@simplistix.co.uk wrote:
 Malthe Borch wrote:

 This has to do with lxml; it currently worksforme, but I don't know
 why. Try Stephan's static build and see if it fares any better,
 possibly using otool -L to confirm bindings.

 Actually, the tests only run if you have *all* the stuff in the test_require
 ;-)

 ...its' a shame there isn't a chameleon[test] to install when you want to
 run tests, python setup.py test appears to install all the tests
 dependencies for each test run :-(

 Chris





-- 
Malthe Borch
Technical Advisor
UNICEF Uganda
+256 (0) 703 945 965
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] problems running chameleon tests

2010-06-03 Thread Chris Withers
Malthe Borch wrote:
 Really that's odd;

How do you run the tests?

 we can definitely add a [test] on next release; or
 please go ahead and commit it if you can.

Hmm, it occurs to me that even if the [test] extra_requires was there, I 
don't know how to feed that into:

python setup.py develop

Any ideas?

Chris

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] problems running chameleon tests

2010-06-03 Thread Malthe Borch
On 3 June 2010 12:37, Chris Withers ch...@simplistix.co.uk wrote:
 How do you run the tests?

python setup.py nosetests

 Hmm, it occurs to me that even if the [test] extra_requires was there, I
 don't know how to feed that into:

 python setup.py develop

 Any ideas?

Not really right now; let me think it over.

\malthe
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev