-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not use eea.api.taxonomy because it is deprecated #287
Conversation
@cekk correggimi se sbaglio: La mia proposta è, toglier eea.api, impostare taxonomy 3.1 come versione minima, fare un upgrad step che rimuove il layer di eea.api (non serve che l'egg sia presente, il layer si toglie usando il name del layer) |
corretto |
@mamico rimossa completamente la dipendenza |
Pull Request Test Coverage Report for Build 12136962148Details
💛 - Coveralls |
We still leave it as dependency to not broke old sites before uninstall (made by an upgrade-step). It need to be removed later.