Merge "PY3: skip jupyter notebook test"

This commit is contained in:
Zuul 2020-09-22 16:52:16 +00:00 committed by Gerrit Code Review
commit 23cc400145

View File

@ -93,6 +93,9 @@ class TestJupyterExcecution(unittest.TestCase):
return output_text_list
def test_notebook(self):
if six.PY3:
self.skipTest("This test is currently incompatible with "
"the latest Jupyer/iPython")
test_path = os.path.abspath(__file__)
test_dir = os.path.dirname(test_path)
original_notebook = os.path.join(test_dir, 'test_notebook.ipynb')