Fixed the issue of Ubuntu14 not skipping Image.py and Image_df.py (#161)

This commit is contained in:
Stephen0620 2019-06-27 19:58:53 -07:00 коммит произвёл Gani Nazirov
Родитель 3b46629c6c
Коммит 19b27f0183
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -71,7 +71,7 @@ class TestDocsExamples(unittest.TestCase):
]:
continue
# skip for ubuntu 14 tests
if platform.linux_distribution()[0] == 'Ubuntu' and platform.linux_distribution()[1][:2] == '14':
if platform.linux_distribution()[1] == 'jessie/sid':
if name in [
# libdl needs to be setup
'Image.py',