Closed Parbhat closed 8 years ago
@Parbhat the tox setup is broken. It was OK in our last commit so I'm a bit confused...
I'm noticing there is a problem with Beautiful soup and its dependency on html5lib 0.999999999
@Parbhat this is from the folks over at Html5lib
I believe the majority of the breakage around BS4 is going to simply be html5lib.treebuilders._base being renamed to .base
One fix is to hardcode html5lib == 0.999
in our requirements. Think this is also affecting wagtail-cookiecutter-foundation
@chrisdev yes, the latest version of html5lib is causing the problem. I checked locally both the versions. We can pin to 0.9999999 until the issue is resolved.
@chrisdev there is InvocationError on Travis due to which tests are failing.