Merge "PY3: skip jupyter notebook test"

This commit is contained in:
Zuul 2019-11-08 06:10:39 +00:00 committed by Gerrit Code Review
commit a4087219c7
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ class TestJupyterExcecution(unittest.TestCase):
return output_text_list
def test_notebook(self):
if six.PY3:
self.skipTest("notebook incompatible with python3")
test_path = os.path.abspath(__file__)
test_dir = os.path.dirname(test_path)
original_notebook = os.path.join(test_dir, 'test_notebook.ipynb')