зеркало из https://github.com/microsoft/NimbusML.git
Fixed the issue of Ubuntu14 not skipping Image.py and Image_df.py (#161)
This commit is contained in:
Родитель
3b46629c6c
Коммит
19b27f0183
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче