Closed ryosuketc closed 4 years ago
Fixed in the latest GettingStarted - made a typo and fixed it. https://github.com/google/personfinder/wiki/GettingStarted/_compare/84b9d1da610a54fd1d1e7d6c93dca4873c139308 https://github.com/google/personfinder/wiki/GettingStarted/_compare/a81c4d55431fe8649ba6e63feb233109c1163313 @gimite FYI
Unit tests failed to run because of the lack of
flake8
It does not seem to be specified neither in GettingStarted norrequirements.txt
.For me, I just installed it in my global directory (i.e.
pip install flake8
), which worked fine. I am wondering if above is the right way, or should I install it inapp/vendors
by specifying it inrequirements.txt
?Probably only a few usage of
flake8
is atsetup.cfg
. If I am not mistaken, it is referring to the global one (vs.app/vendors
?)