[Buildroot] [PATCH/next 2/4] support/testing: add gitdb2 test

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Dec 28 11:27:45 UTC 2019


Hello Adam,

On Fri, 29 Nov 2019 13:29:08 -0800
aduskett at gmail.com wrote:

> new file mode 100644
> index 0000000000..b5c43cd858
> --- /dev/null
> +++ b/support/testing/tests/package/sample_python_gitdb2.py
> @@ -0,0 +1,4 @@
> +# Taken from smmap/test/test_tutorial.py
> +
> +from gitdb import *

This causes a flake8 warning:

support/testing/tests/package/sample_python_gitdb2.py:1:1: F403 'from gitdb import *' used; unable to detect undefined names

See https://lintlyci.github.io/Flake8Rules/rules/F403.html for more
details about this, and
https://gitlab.com/buildroot.org/buildroot/-/jobs/389451584 for the
GitlabCI job that reported this.

Could you have a look ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list