Hi Floris, On Wed, Sep 03, 2014 at 21:22 +0100, Floris Bruynooghe wrote: > Hi all, > > Do we support jython at all currently? AFAIK the released jython is > only 2.5 while py.test no longer supports 2.5. Of course this could > change when the new jython gets released in the following months. > > The reason I ask is because testing/conftest.py contains an > "anypython" fixture which is parametrised for py25-33, pypy and > jython. I think this should probably be 26, 27, 32, 33, 34, pypy, and > pypy3 now, so if that sounds right I could do a PR for that.
I don't know and haven't tested myself pytest with Jython for a long time. There are some Jython 2.7 RC candidates out and i guess it would make sense to try to run against and only support them. I am sure that Jim and Frank (two core Jython core devs) would help if there is anything that needs fixing. However, someone needs to run and test things and report issues here or/on the Jython trackers. best, holger > Regards, > Floris > > -- > Debian GNU/Linux -- The Power of Freedom > www.debian.org | www.gnu.org | www.kernel.org > _______________________________________________ > Pytest-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pytest-dev > _______________________________________________ Pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
