#225 Fresh setup, test suite fails
Closed: Fixed Opened by skrzepto.

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
Selection_033.png


Updating pip install file to be more minimal. Just pip install -r this file into a fresh venv

hubs_freeze_trim_fat.txt

Updating pip install file to be more minimal. Just pip install -r this file into a fresh venv

hubs_freeze_trim_fat.txt

seems blinker is needed but not present in the requirements

Seems that the newest version of html5lib is what's causing the project to fail

newest version is html5lib==0.999999999

last known working version is html5lib==0.9999999

PR#226

pull-request/226

fixed

@skrzepto changed the status to Fixed

Metadata