Makefile: remove "flake8" from the "make check" suite
commit0f29ad466b4b231ce6da4951c1b48a112053f357
authorDavid Aguilar <davvid@gmail.com>
Sun, 18 Jul 2021 01:22:41 +0000 (17 18:22 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sun, 18 Jul 2021 01:37:01 +0000 (17 18:37 -0700)
tree23b8ec43c7c19ee30e391964d99fb91ce4312b99
parent9319bcf45552b194538f96bb6a789cf4fcf9446e
Makefile: remove "flake8" from the "make check" suite

The pytest-flake8 plugin runs flake8 checks during our "make test" pytest
tests so there is no need to run flake8 separately during "make check".
Remove "flake8" from the "make check" dependencies.

Signed-off-by: David Aguilar <davvid@gmail.com>
Makefile