On a fresh copy of hubs and fresh hubs venv, the unittests fail saying
ImportError: cannot import name dummy
We need to fix this so that new devs can safely work on hubs with testing coverage.
image attached
Left side is working env right side is fresh env thats failing
Updating pip install file to be more minimal. Just pip install -r this file into a fresh venv
seems blinker is needed but not present in the requirements
blinker
Seems that the newest version of html5lib is what's causing the project to fail
html5lib
newest version is html5lib==0.999999999
html5lib==0.999999999
last known working version is html5lib==0.9999999
html5lib==0.9999999
PR#226
pull-request/226
fixed
@skrzepto changed the status to Fixed
Fixed