We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541ee66 commit c28e6daCopy full SHA for c28e6da
papermill/tests/test_execute.py
@@ -174,7 +174,6 @@ def setUp(self):
174
def tearDown(self):
175
shutil.rmtree(self.test_dir)
176
177
- @unittest.skip("FIX: Test is broken")
178
def test(self):
179
path = get_notebook_path('broken2.ipynb')
180
result_path = os.path.join(self.test_dir, 'broken2.ipynb')
@@ -439,7 +438,6 @@ def setUp(self):
439
438
440
441
442
443
def test_output_formatting(self):
444
notebook_name = 'sysexit1.ipynb'
445
result_path = os.path.join(self.test_dir, f'output_{notebook_name}')
0 commit comments