Commit ef35d555 authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

tests: Remove jinja2/markupsafe modules from FindRelatedTest

Not sure how they got there, but Django doesn't use Jinja without
explicit configuration.
parent eee312a5
......@@ -369,27 +369,6 @@ class FindRelatedTest(testlib.TestCase):
'django.utils.translation',
'django.utils.tree',
'django.utils.version',
'jinja2',
'jinja2._compat',
'jinja2.bccache',
'jinja2.compiler',
'jinja2.defaults',
'jinja2.environment',
'jinja2.exceptions',
'jinja2.filters',
'jinja2.idtracking',
'jinja2.lexer',
'jinja2.loaders',
'jinja2.nodes',
'jinja2.optimizer',
'jinja2.parser',
'jinja2.runtime',
'jinja2.tests',
'jinja2.utils',
'jinja2.visitor',
'markupsafe',
'markupsafe._compat',
'markupsafe._speedups',
'pytz',
'pytz.exceptions',
'pytz.lazy',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment