From 3da1ec7d3669c95ae1150693e2c0b454db488230 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 25 Mar 2015 17:30:14 -0700 Subject: [PATCH] Shim IPython.nbformat so tests pass again --- setupbase.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setupbase.py b/setupbase.py index 382510aee..481d557e1 100644 --- a/setupbase.py +++ b/setupbase.py @@ -196,11 +196,11 @@ def find_package_data(): 'preprocessors/tests/files/*.*', ], 'IPython.nbconvert.filters' : ['marked.js'], - 'IPython.nbformat' : [ - 'tests/*.ipynb', - 'v3/nbformat.v3.schema.json', - 'v4/nbformat.v4.schema.json', - ], + # 'IPython.nbformat' : [ + # 'tests/*.ipynb', + # 'v3/nbformat.v3.schema.json', + # 'v4/nbformat.v4.schema.json', + # ], 'IPython.kernel': ['resources/*.*'], }