refstack-client/test-requirements.txt
Martin Kopec f069afca67 Fix pep8, flake8 and unit test failures
The patch edits the code so that it complies with W605 rule
wherever it makes sense. W504 rule is added to a ignore list.
High version cap of pyflakes and flake8 packages is increased
as well.

Change-Id: I51558ee9c808e03b4164d0832fc525c5556dddd1
2020-11-18 15:42:33 +00:00

10 lines
173 B
Plaintext

pep8==1.4.5
pyflakes>=0.7.2,<2.2.0
flake8<3.8.0
docutils>=0.11 # OSI-Approved Open Source, Public Domain
stestr>=1.1.0 # Apache-2.0
testtools>=0.9.34
mock
coverage
httmock