support/testing: fix python-gitdb2 test
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 18 Dec 2019 20:12:22 +0000 (21:12 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 18 Dec 2019 20:12:22 +0000 (21:12 +0100)
commitd8c86be9cd70d7e821b9571a237a1a20243f5d58
tree24764c1c744216fec006f91e77780fd111bd118f
parent4974f7941fa86bf37e7d04ef6e5c991b400d1e64
support/testing: fix python-gitdb2 test

Cthe test-case for python-gitdb2 consists solely in verifying that the
module can indeed be imported.

However, flake8 errors out on unused imports. Furthermore, it also
errors about wildcard imports, as it can detect unused symbols.

Squelch those errors.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
support/testing/tests/package/sample_python_gitdb2.py