Skip to content

Commit 6d96831

Browse files
prestontimmonscarljm
authored andcommitted
Fixed template_tests so discovery doesn't directly find tests that require setuptools.
1 parent 56e777e commit 6d96831

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/template_tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
SimpleTemplateResponseTest, CustomURLConfTest)
4848

4949
try:
50-
from .test_loaders import RenderToStringTest, EggLoaderTest
50+
from .loaders import RenderToStringTest, EggLoaderTest
5151
except ImportError as e:
5252
if "pkg_resources" in e.args[0]:
5353
pass # If setuptools isn't installed, that's fine. Just move on.

0 commit comments

Comments
 (0)