buildroot/support/testing/tests/utils/br2-external
Ricardo Martincoski 9df6503ed0 Makefile: merge check-flake8 into check-package
Teach check-package to detect python files by type and check them using
flake8.
Do not use subprocess to call 'python3 -m flake8' in order to avoid too
many spawned shells, which in its turn would slow down the check for
multiple files. (make check-package takes twice the time using a shell
for each flake8 call, when compared of importing the main application)

Expand the runtime test and the unit tests for check-package.

Remove check-flake8 from the makefile and also from the GitLab CI
because the exact same checks become part of check-package.

Suggested-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
[Arnout: add a comment to x-python to explain its purpose]
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2023-04-09 22:33:24 +02:00
..
package support/testing: test check-package ignore list 2023-02-06 18:54:18 +01:00
utils Makefile: merge check-flake8 into check-package 2023-04-09 22:33:24 +02:00
.checkpackageignore support/testing: test check-package ignore list 2023-02-06 18:54:18 +01:00
Config.in
external.desc
external.mk support/testing: test check-package ignores external.mk 2019-08-03 17:17:29 +02:00