[Cython] pyregr test suite

Robert Bradshaw robertwb at gmail.com
Thu Apr 12 22:21:11 CEST 2012


On Thu, Apr 12, 2012 at 11:21 AM, mark florisson
<markflorisson88 at gmail.com> wrote:
> Hey,
>
> Could we run the pyregr test suite manually instead of automatically?
> It takes a lot of resources to build, and a single simple push to the
> cython-devel branch results in the build slots being hogged for hours,
> making the continuous development a lot less 'continuous'. We could
> just decide to run the pyregr suite every so often, or whenever we
> make an addition or change that could actually affect Python code (if
> one updates a test then there is no use in running pyregr for
> instance).

+1 to manual + periodic for these tests. Alternatively we could make
them depend on each other, so at most one core is consumed.

- Robert


More information about the cython-devel mailing list