From 085924f495fc93e6ff47228b6c74eb5784f27923 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 13 Nov 2025 20:12:16 -0800 Subject: [PATCH] Unskip tests that were previously failing --- papermill/tests/test_execute.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/papermill/tests/test_execute.py b/papermill/tests/test_execute.py index 4d8f9b9a..09600d64 100644 --- a/papermill/tests/test_execute.py +++ b/papermill/tests/test_execute.py @@ -174,7 +174,6 @@ def setUp(self): def tearDown(self): shutil.rmtree(self.test_dir) - @unittest.skip("FIX: Test is broken") def test(self): path = get_notebook_path('broken2.ipynb') result_path = os.path.join(self.test_dir, 'broken2.ipynb') @@ -439,7 +438,6 @@ def setUp(self): def tearDown(self): shutil.rmtree(self.test_dir) - @unittest.skip("FIX: Test is broken") def test_output_formatting(self): notebook_name = 'sysexit1.ipynb' result_path = os.path.join(self.test_dir, f'output_{notebook_name}')