On 14.01.2011, at 00:20, Volker Fröhlich wrote: > Can somebody confirm failing tests for Python 2.7 and maybe find a way > around? > I've got Shapely queued for introduction into Fedora but hesitate therefore.
Shapely uses lots of doctests, tests that check for the exact string representation of objects. In some cases this fails because of different float representations. I volunteered to convert the doctest to regular Python tests, but I haven't found the time to finish the task. Regards, Oliver _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
