#226 Fixing requirements file
Merged by skrzepto. Opened by skrzepto.
skrzepto/fedora-hubs fixing-requirements  into  develop

Download 226.patch

Purpose

Test suite was failing on a fresh install.

Details

adding missing packages, also html5lib newest version is causing the test suite to crash, rolling back to last known working version

Fixes for me.

  • git clone https://pagure.io/forks/skrzepto/fedora-hubs.git
  • git checkout fixing-requirements
  • mkvirtualenv tmp
  • pip install -r requirements.txt
  • pip install -r test-requirements.txt
  • ./runtest.sh

needed by flask for signalling

this is needed for dummy widget

concern about security for forcing a certain version

Looks like html5lib updates are breaking stability of other projects

https://github.com/html5lib/html5lib-python/pull/278/files

rebased

Pull-Request has been merged by skrzepto

Metadata