diff options
Diffstat (limited to 'tests/project_template/test_settings.py')
| -rw-r--r-- | tests/project_template/test_settings.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/project_template/test_settings.py b/tests/project_template/test_settings.py index a0047dd836..5623df320b 100644 --- a/tests/project_template/test_settings.py +++ b/tests/project_template/test_settings.py @@ -1,18 +1,11 @@ import os import shutil -import unittest from django import conf from django.test import TestCase -from django.utils import six from django.utils._os import upath -@unittest.skipIf( - six.PY2, - 'Python 2 cannot import the project template because ' - 'django/conf/project_template doesn\'t have an __init__.py file.' -) class TestStartProjectSettings(TestCase): def setUp(self): # Ensure settings.py exists |
