mozilla-services / shavar

Tracking Protection update service for Firefox based on Safe Browsing protocol
Mozilla Public License 2.0
20 stars 10 forks source link

Fix instructions for running tests locally #134

Closed boolean5 closed 4 years ago

boolean5 commented 4 years ago

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.

boolean5 commented 4 years ago

Closing this, as it was fixed by https://github.com/mozilla-services/shavar/pull/131.