Closed hvelarde closed 7 years ago
@gforcada I'm don't know how to make the test work, can you help me here?
I'll release this after the new v4.0.0 of lazysizes is out.
@hvelarde the error message is quite clear:
ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module collective.lazysizes.upgrades has no global v8')
On a zcml you define a v8
package that does not exist.
@gforcada any news on this?
@hvelarde the code looks fine, but I have no idea why is it failing on travis, you are the expert on this code base :-)
found the issue and added some comments on the code you didn't understand.
integration with Travis CI is failing right now; I'm going to wait before merging this.
@hvelarde looks very good to me, except the test setup where I wouldn't use browser tests and make it independent from the plone version.
Another minor thing are the translation strings - you are not using explicit message ids but the original english text as implicit message id. This will break as soon as you want to fix a type in the original text. But I'd change that in a separate PR - i can do that.
closes #34