Merge "PY3: skip jupyter notebook test"
This commit is contained in:
commit
23cc400145
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user