kumquat-buildroot/support/testing/tests/package
Yann E. MORIN ed56b7b547 support/testing: really fix python-gitdb2 test
The 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.

Commit d8c86be9cd (support/testing: fix python-gitdb2 test) tried to
address this issue, by explicitly squelching the two errors, F401 and
F403.

While that works on recent distros, the image used by our docker
pipeline is laggign behind and the flake8 there only handles at most a
single error in the noqa list.

Do as is done with the other python samples, and just blindly ignore
all errors.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-01-04 09:29:36 +01:00
..
br2-external/openjdk support/testing: openjdk JNI test cases 2019-06-30 17:32:34 +02:00
test_lxc support/testing: add lxc test 2019-11-20 22:38:25 +01:00
__init__.py
copy-sample-script-to-target.sh
sample_python_argh.py
sample_python_attrs.py
sample_python_autobahn.py
sample_python_automat.py
sample_python_avro.py support/testing: add test for python-avro 2019-12-29 21:38:33 +01:00
sample_python_bitstring.py
sample_python_cbor_dec.py
sample_python_cbor_enc.py support/testing: do not print non-utf-8 chars on cbor test 2019-08-11 22:11:55 +02:00
sample_python_click.py
sample_python_constantly.py
sample_python_crossbar.py support/testing: make crossbar to use umsgpack 2019-08-11 14:17:28 +02:00
sample_python_cryptography.py
sample_python_django.py support/testing: add python-django test 2019-12-05 23:02:14 +01:00
sample_python_gitdb2.py support/testing: really fix python-gitdb2 test 2020-01-04 09:29:36 +01:00
sample_python_gobject.py support/testing: add python-gobject test 2019-12-03 23:49:34 +01:00
sample_python_incremental.py
sample_python_passlib.py
sample_python_pexpect.py
sample_python_pynacl.py
sample_python_pyyaml_dec.py
sample_python_pyyaml_enc.py
sample_python_service_identity.py
sample_python_smmap2.py support/testing: add smmap2 test 2019-12-16 23:28:08 +01:00
sample_python_subprocess32.py
sample_python_treq.py
sample_python_twisted.py
sample_python_txaio_asyncio.py
sample_python_txaio_twisted.py
sample_python_txtorcon.py
sample_python_ubjson_dec.py
sample_python_ubjson_enc.py
test_atop.py support/testing: test atop with builtin kernel 2019-08-03 14:53:05 +02:00
test_docker_compose.py package/docker-compose: bump version to 1.24.1 2019-10-26 20:17:14 +02:00
test_dropbear.py
test_glxinfo.py support/testing: add test for xserver/Mesa OpenGL/glxinfo 2019-04-11 18:23:40 +02:00
test_ipython.py support/testing/tests: drop Python 2.x test in test_ipython 2019-05-18 22:41:22 +02:00
test_lpeg.py
test_lsqlite3.py
test_lua_cqueues.py support/testing: add lua-cqueues test 2019-09-29 09:15:08 +02:00
test_lua_curl.py
test_lua_gd.py support/testing: add lua-gd test 2019-10-26 16:31:03 +02:00
test_lua_http.py
test_lua_sdl2.py support/testing: add lua-sdl2 test 2019-10-26 16:31:36 +02:00
test_lua_utf8.py
test_lua.py support/testing: provide entropy to lua tests 2019-08-11 14:17:28 +02:00
test_luaexpat.py
test_luafilesystem.py
test_luaossl.py
test_luaposix.py package/luaposix: bump to version 34.1.1 2019-08-01 18:11:33 +02:00
test_luasec.py
test_luasocket.py
test_luasyslog.py support/testing: improve test_luasyslog 2019-08-02 17:35:44 +02:00
test_luvi.py support/testing: add luvi test 2019-10-26 16:33:12 +02:00
test_lxc.py support/testing: test_lxc.py: fix code style 2019-11-25 21:40:41 +01:00
test_lzlib.py support/testing: add lzlib test 2019-10-26 16:30:58 +02:00
test_openjdk.py support/testing: openjdk JNI test cases 2019-06-30 17:32:34 +02:00
test_perl_class_load.py support/testing/tests/package/test_perl_*: regeneration 2019-03-31 14:01:50 +02:00
test_perl_dbd_mysql.py
test_perl_encode_detect.py
test_perl_gdgraph.py
test_perl_io_socket_multicast.py
test_perl_io_socket_ssl.py
test_perl_libwww_perl.py support/testing/tests/package/test_perl_*: regeneration 2019-03-31 14:01:50 +02:00
test_perl_mail_dkim.py support/testing/tests/package/test_perl_*: regeneration 2019-03-31 14:01:50 +02:00
test_perl_x10.py support/testing/tests/package/test_perl_*: regeneration 2019-03-31 14:01:50 +02:00
test_perl_xml_libxml.py
test_perl.py support/testing: provide entropy to perl tests 2019-08-11 14:17:28 +02:00
test_prosody.py
test_python_argh.py
test_python_attrs.py
test_python_autobahn.py
test_python_automat.py
test_python_avro.py support/testing: add test for python-avro 2019-12-29 21:38:33 +01:00
test_python_bitstring.py
test_python_cbor.py
test_python_click.py
test_python_constantly.py
test_python_crossbar.py support/testing: drop haveged for python tests 2019-08-03 14:53:05 +02:00
test_python_cryptography.py
test_python_django.py support/testing: test_python_django: add missing line 2019-12-06 00:32:34 +01:00
test_python_gitdb2.py support/testing: add gitdb2 test 2019-12-16 23:36:45 +01:00
test_python_gobject.py support/testing: add python-gobject test 2019-12-03 23:49:34 +01:00
test_python_incremental.py
test_python_passlib.py
test_python_pexpect.py
test_python_pynacl.py support/testing: drop haveged for python tests 2019-08-03 14:53:05 +02:00
test_python_pyyaml.py
test_python_service_identity.py
test_python_smmap2.py support/testing: add smmap2 test 2019-12-16 23:28:08 +01:00
test_python_subprocess32.py
test_python_treq.py support/testing: make treq tests to ignore warning 2019-08-11 14:17:28 +02:00
test_python_twisted.py
test_python_txaio.py
test_python_txtorcon.py
test_python_ubjson.py
test_python.py
test_rings.py
test_rust.py
test_syslog_ng.py support/testing: test_syslog_ng: improve commands 2019-10-16 21:33:04 +02:00
test_tmux.py support/testing: add tmux test 2019-10-12 15:37:51 +02:00
test_turbolua.py support/testing: add turbolua test 2019-10-02 20:57:08 +02:00