Skip to content

Commit 8ad5e14

Browse files
Fix broken test by rolling back file (#1282)
Co-authored-by: Mike Barry <[email protected]>
1 parent 5a11e82 commit 8ad5e14

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

tests/execute_output_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import os
22

3-
import pytest
4-
53
from voila.execute import executenb
64

75
from nbformat import read, NO_CONVERT
@@ -37,7 +35,6 @@ def normalize_outputs(outputs):
3735
normalize_output(output)
3836

3937

40-
@pytest.mark.xfail(reason='TODO: investigate this failing test')
4138
def test_execute_output():
4239
path = os.path.join(BASE_DIR, 'notebooks/output.ipynb')
4340
nb = read(path, NO_CONVERT)

tests/notebooks/output.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"data": {
1010
"application/vnd.jupyter.widget-view+json": {
11-
"model_id": "0283fe6799b84446adeaface231fa15c",
11+
"model_id": "e152547dd69d46fcbcb602cf9f92e50b",
1212
"version_major": 2,
1313
"version_minor": 0
1414
},
@@ -65,7 +65,7 @@
6565
{
6666
"data": {
6767
"application/vnd.jupyter.widget-view+json": {
68-
"model_id": "37e6ee8622a1494696d41ed0e73c6c1f",
68+
"model_id": "44dc393cd7c6461a8c4901f85becfc0e",
6969
"version_major": 2,
7070
"version_minor": 0
7171
},
@@ -112,7 +112,7 @@
112112
{
113113
"data": {
114114
"application/vnd.jupyter.widget-view+json": {
115-
"model_id": "0ff8e0daabbf4f63a3176a95a05fa10d",
115+
"model_id": "d6cd7a1de3494d2daff23c6d4ffe42ee",
116116
"version_major": 2,
117117
"version_minor": 0
118118
},
@@ -160,7 +160,7 @@
160160
{
161161
"data": {
162162
"application/vnd.jupyter.widget-view+json": {
163-
"model_id": "915ad67f3e4d420ebf3a50cfc5c2d5b8",
163+
"model_id": "10517a9d5b1d4ea386945642894dd898",
164164
"version_major": 2,
165165
"version_minor": 0
166166
},
@@ -207,7 +207,7 @@
207207
{
208208
"data": {
209209
"application/vnd.jupyter.widget-view+json": {
210-
"model_id": "eb400abe6e5444778f18319822c02b9f",
210+
"model_id": "37f7ba6a9ecc4c19b519e718cd12aafe",
211211
"version_major": 2,
212212
"version_minor": 0
213213
},
@@ -246,7 +246,7 @@
246246
{
247247
"data": {
248248
"application/vnd.jupyter.widget-view+json": {
249-
"model_id": "eebad216d4114639b690e6b4dab79f31",
249+
"model_id": "4fb0ee7e557440109c08547514f03c7b",
250250
"version_major": 2,
251251
"version_minor": 0
252252
},
@@ -274,7 +274,7 @@
274274
{
275275
"data": {
276276
"application/vnd.jupyter.widget-view+json": {
277-
"model_id": "e1bb19507b28423ba346c9b7dd74945b",
277+
"model_id": "01ea355e26484c13b1caaaf6d29ac0f2",
278278
"version_major": 2,
279279
"version_minor": 0
280280
},

0 commit comments

Comments
 (0)