summaryrefslogtreecommitdiff
path: root/tests/project_template
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2016-12-01 11:38:01 +0100
committerClaude Paroz <claude@2xlibre.net>2017-01-18 16:21:28 +0100
commitc716fe87821df00f9f03ecc761c914d1682591a2 (patch)
tree0436706cdb190acbc76fb5fcf6d66f16e09fafa3 /tests/project_template
parente63d98b7beb16d1410168a2315cbe04c43c9c80d (diff)
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
Diffstat (limited to 'tests/project_template')
-rw-r--r--tests/project_template/test_settings.py7
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