Using tutor to test / develop Open edX master

Hi,

I am new to Tutor and Open edX. Installation with Tutor went without any issues, thanks to the great tooling that you built! I would like to evaluate the current master and/or juniper versions of Open edX. Is this possible with Tutor, or do I have to resort to using the “official” devstack?

Thanks,
Gergely

Hi @kisg! Unfortunately it’s difficult to test recent releases of edx-platform with Tutor. This is because there are important changes between Ironwood and the master branch, notably regarding authentication. Even I resort to using the devstack when I need to develop on the master branch.

You can take a look at my effort at migrating to Juniper here: https://github.com/overhangio/tutor/tree/juniper.alpha Warning: this will probably not work for you.