PLAT-1801 Preserve new user login behavior under Django 1.10+

This commit is contained in:
Jeremy Bowman
2017-12-04 17:45:45 -05:00
parent 08ca211017
commit 103c723c6d
33 changed files with 28 additions and 118 deletions

View File

@@ -11,7 +11,6 @@ import textwrap
from collections import namedtuple
import ddt
import pytest
from celery.states import FAILURE, SUCCESS
from django.contrib.auth.models import User
from django.core.urlresolvers import reverse
@@ -68,7 +67,6 @@ class TestIntegrationTask(InstructorTaskModuleTestCase):
@attr(shard=3)
@ddt.ddt
@pytest.mark.django111_expected_failure
class TestRescoringTask(TestIntegrationTask):
"""
Integration-style tests for rescoring problems in a background task.