From 638da490adf51bd8bffb53e75ac3e082eb2e6348 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Wed, 2 Apr 2014 11:37:36 +0000 Subject: [PATCH] Remove a method call which depends on IPython. Because IPython is not part of edx-platform dependencies, the method assert_in has to be defined. --- common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py b/common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py index 730f700bb7..0663f9fdea 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py @@ -20,7 +20,7 @@ from xmodule.modulestore.xml_importer import import_from_xml, perform_xlint from xmodule.contentstore.mongo import MongoContentStore from xmodule.modulestore.tests.test_modulestore import check_path_to_location -from IPython.testing.nose_assert_methods import assert_in +from nose.tools import assert_in from xmodule.exceptions import NotFoundError from xmodule.modulestore.exceptions import InsufficientSpecificationError