mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 11:51:05 -05:00
PEP8 was renamed to pycodestyle; this issue explains why: PyCQA/pycodestyle#466 This commit changes our tests to use pycodestyle instead of pep8. No changes to our code were required as a result.
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
-r requirements.txt
|
|
pycodestyle==2.3.1
|
|
pytest==3.0.2
|
|
pytest-mock==1.2
|
|
pytest-cov==2.3.1
|
|
pytest-xdist==1.14
|
|
coveralls==1.1
|
|
moto==0.4.25
|
|
httpretty==0.8.14
|
|
beautifulsoup4==4.5.1
|
|
freezegun==0.3.7
|