PLAT-1847 Fix cms tests under Django 1.9

This commit is contained in:
Jeremy Bowman
2017-12-13 15:29:02 -05:00
parent a0df76e19e
commit d44e6297ae
8 changed files with 36 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ import time
import unittest
import ddt
import pytest
from django.contrib.auth.models import User
from django.core.management import call_command
from django.db import IntegrityError, connection
@@ -215,6 +216,7 @@ class GenerateIntIdTestCase(TestCase):
self.assertIn(int_id, list(set(range(minimum, maximum + 1)) - used_ids))
@pytest.mark.django111_expected_failure
class MigrationTests(TestCase):
"""
Tests for migrations.