From 4944cc763bf8fd81d0080c128b0e15a1472d21ac Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Wed, 14 May 2014 15:10:34 -0400 Subject: [PATCH] Get rid of skiptests --- common/djangoapps/student/tests/test_email.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/djangoapps/student/tests/test_email.py b/common/djangoapps/student/tests/test_email.py index 1abae9fabf..3148443bc2 100644 --- a/common/djangoapps/student/tests/test_email.py +++ b/common/djangoapps/student/tests/test_email.py @@ -11,7 +11,6 @@ from django.test.client import RequestFactory from mock import Mock, patch from django.http import Http404, HttpResponse from django.conf import settings -from nose.plugins.skip import SkipTest from edxmako.shortcuts import render_to_string from util.request import safe_get_host from textwrap import dedent