Ok, tests are now passing on both Py2 and Py3. I provided a travis configuration file and enabled travis, but all the tests are failing due to missing dependencies, it seems I was wrong on the "setup.py test" subprocess assumption that it would install the subtest dependencies, we currently have two issues:
1) Some tests run outside the subprocess, so we would need to install the dependencies anyway 2) The subprocess tests are failing anyway even though they would be installing dependencies. The most simple solution would be to specify all the dependencies in tests_require of devtools, but I don't think this is the right solution, the tests should probably install the dependencies depending on the quickstarted app. On Fri, Jun 21, 2013 at 11:39 PM, Christoph Zwerschke <c...@online.de>wrote: > Am 21.06.2013 15:12, schrieb Alessandro Molina: > > 2) What to do on Py3, the current travis env for TG2.3 tests on Py26, >> 27, 32, 33. But some of the quickstarts don't work on Py3 due to missing >> libraries (ming, sprox, tgext.admin mostly). What should we test? Should >> "gearbox quickstart" create the project anyway or should it raise an >> error like "--ming not supported on py3"? Or should we just SKIP the >> tests in tg2devtools on py3? >> > > I would just skip them, since as long the quickstarted project doesn't > work anyway, we don't need to care. > > > -- Christoph > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears Trunk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > turbogears-trunk+unsubscribe@**googlegroups.com<turbogears-trunk%2bunsubscr...@googlegroups.com> > . > To post to this group, send email to > turbogears-trunk@googlegroups.**com<turbogears-trunk@googlegroups.com> > . > Visit this group at > http://groups.google.com/**group/turbogears-trunk<http://groups.google.com/group/turbogears-trunk> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To unsubscribe from this group and stop receiving emails from it, send an email to turbogears-trunk+unsubscr...@googlegroups.com. To post to this group, send email to turbogears-trunk@googlegroups.com. Visit this group at http://groups.google.com/group/turbogears-trunk. For more options, visit https://groups.google.com/groups/opt_out.