chrisdev / django-wagtail-feeds

Adds support for RSS and JSON Feeds to your Wagtail CMS Projects
MIT License
59 stars 20 forks source link

Address Issue #15 #17

Closed Parbhat closed 8 years ago

Parbhat commented 8 years ago

@chrisdev there is InvocationError on Travis due to which tests are failing.

chrisdev commented 8 years ago

@Parbhat the tox setup is broken. It was OK in our last commit so I'm a bit confused...

chrisdev commented 8 years ago

I'm noticing there is a problem with Beautiful soup and its dependency on html5lib 0.999999999

chrisdev commented 8 years ago

@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

Parbhat commented 8 years ago

@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.