neutron/neutron/agent/ovsdb/native
Bernard Cafarelli cebdd77af8
Bump pylint version to support python 3.8
As spotted in Focal testing patch [0], pep8 test fails with many
C0321 false-positives, reported in pylint as current version does not
support python 3.8 [1]

Use a newer version of pylint and astroid, fixing or disabling some of
the new checks: no-else-*, unnecessary-comprehension, import-outside-toplevel

[0] https://review.opendev.org/#/c/738163/
[1] https://github.com/PyCQA/pylint/issues/2737

Change-Id: Ie646b7093aa8634fd950c136a0eba9adcf56591c
2020-08-06 16:00:30 +02:00
..
__init__.py Add native OVSDB implementation of OVSDB API 2015-03-20 13:40:35 +00:00
commands.py Use the ovsdbapp library 2017-04-20 20:13:48 -05:00
connection.py Bump pylint version to support python 3.8 2020-08-06 16:00:30 +02:00
exceptions.py Fixes using SSL OVSDB connection 2018-02-09 04:50:10 +00:00
helpers.py Set OVS manager command timeout and inactiviy probe 2020-07-16 15:56:27 +00:00
vlog.py Use the ovsdbapp library 2017-04-20 20:13:48 -05:00