From 27f456a05884aa2754d1ef7bbc1d974816ab6a8b Mon Sep 17 00:00:00 2001 From: skrzepto Date: Jul 21 2016 20:20:26 +0000 Subject: Updating requirements file and readme adding missing packages, also html5lib newest version is causing the test suite to crash, rolling back to last known working version Making a note about html5lib breakage removing html5lib fixed version --- diff --git a/README.rst b/README.rst index 531a78a..6c1b4f4 100644 --- a/README.rst +++ b/README.rst @@ -92,6 +92,18 @@ You can run it with:: $ pip install -r test-requirements.txt $ ./runtest.sh + + +If the unit tests are all failing and returning errors like this:: + + ImportError: cannot import name dummy + + +It most likely is a result of html5lib breaking api stability. Please downgrade to the version below:: + + pip install html5lib==0.9999999 + + See the options available with:: $ ./runtest.sh --help diff --git a/requirements.txt b/requirements.txt index c2dadcf..a63b658 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ arrow bleach +blinker datanommer.models +decorator dogpile.cache fedmsg fedmsg_meta_fedora_infrastructure