I've implemented recently an addition, which allows to have cleanur 
conftest.py setup.

Basically, conftest.py's dist_rsyncroots affects only directory where it 
is located,
so in let's say pypy's parent dir you might have conftest.py with

dist_rsyncroots = ['py', 'pypy', 'lib-python']

and in pypy's dir

dist_rsyncroots = # all files except _cache

and should work.

There were different ideas how to solve that problem and from my POV 
this on is the simplest, but I'm open to different ones.
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to