[EMAIL PROTECTED] wrote:
> +def setup_module(mod):
> + if sys.version > '2.5':
> + py.test.skip("Fails on top of cpy 2.5 for messy reasons,
> investigate")
> +maybe I just misunderstood what you want to do, but are you sure you don't want to also check if we are running on top of cpython or on top of pypy-c? Else you will skip the test once we fix our own version number. ciao, Anto _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
