network/tests/unit
Wen Liang da260c85cd fix: class Python26CompatTestCase broken by minor python versions
Extract the version of Python interpreter using the `sys.version` will
break the Python26CompatTestCase class when the Python version is 3.11.

Rather the correct way to compare the Python version is using the
`sys.version_info` or the `platform` module as suggested in Python
official doc, https://docs.python.org/3/library/sys.html#sys.version.

Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2022-03-24 17:19:41 +01:00
..
test_network_connections.py fix: class Python26CompatTestCase broken by minor python versions 2022-03-24 17:19:41 +01:00
test_nm_provider.py fix python black issues 2021-05-03 18:41:05 +02:00