Files
notifications-api/requirements_for_test.txt
Chris Hill-Scott c2999ed5ad Use pycodestyle instead of PEP8
PEP8 was renamed to pycodestyle; this issue explains why:
https://github.com/PyCQA/pycodestyle/issues/466

This commit changes our tests to use pycodestyle instead of pep8.

It also means:
- making a couple of whitespace changes to appease the linter
- disabling warnings for bare `Except`s (ie `Except` instead of `Except
  ValueError`) – this seems like a sensible thing to catch but I’m not
  going to make meaningful code changes in this commit
2017-02-01 09:19:32 +00:00

12 lines
186 B
Plaintext

-r requirements.txt
pycodestyle==2.3.1
pytest==3.0.1
pytest-mock==1.2
pytest-cov==2.3.1
coveralls==1.1
moto==0.4.25
flex==5.8.0
freezegun==0.3.7
requests-mock==1.0.0
strict-rfc3339==0.7