bindings: python: tests: fix checking the kernel version
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 10 Sep 2019 08:39:12 +0000 (10:39 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 10 Sep 2019 08:39:12 +0000 (10:39 +0200)
commit87a1d4f6637480ea34a14ef5f498b420cbe242d4
treed103f6c556ff00cb5710d9d69b072306906f9fcc
parent4d823fef34f44f1c7a6464db85305ed3068493ba
bindings: python: tests: fix checking the kernel version

Kernel release candidate version strings seem to not be working
correctly with python's version.parse() function. Split the string
retrieved with os.uname().release using '-' as delimiter and pass
only the first part - 'major.minor.release' - to version.parse().

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/python/tests/gpiod_py_test.py