yola / yodeploy

Python library for deployment
4 stars 0 forks source link

Remove flake8 #231

Closed kosmos342 closed 5 years ago

kosmos342 commented 5 years ago

All requirement.txt is inserted to setup.install_requires https://github.com/yola/yodeploy/blob/85a5d249c3dee50386c249e2adf9495cef362e79/setup.py#L8-L18

There are some problems with installing flake8==3.0.4

ERROR:yodeploy.virtualenv:flake8 3.0.4 requires configparser, which is not installed.

Tried locally with python2 env pip install -i https://<user>:<password>@<yolapi host>/simple/ flake8==3.0.4 It throw same error. Upgrading pip and setuptools doesn't help

anyway we have snitch for that

snitch commented 5 years ago

:sparkles: No lint errors found. :sparkles: