mozilla-services / shavar

Tracking Protection update service for Firefox based on Safe Browsing protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix instructions for running tests locally

boolean5 opened this issue · comments

Currently, when following the instructions in README.md, make test fails with make: ./bin/flake8: Command not found.

This can be fixed by replacing the command pip install -r requirements.txt with pip install -r requirements-test.txt. This way, the requirements specified in both files are installed, as requirements-test.txt includes the line -r requirements.txt.

Closing this, as it was fixed by #131.