summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-10-27 17:36:19 +0000
committergeorg.brandl <devnull@localhost>2008-10-27 17:36:19 +0000
commit3d282fc692ee76d1dd0d24aa41e5824daef75056 (patch)
tree53ad0e023690f55a6e28940abd09229bc10deb38
parentea0ca74b476b37cec320b4dfef3d5bb5c7b16dfb (diff)
downloadsphinx-3d282fc692ee76d1dd0d24aa41e5824daef75056.tar.gz
Remove outdated check.
-rw-r--r--tests/test_build.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_build.py b/tests/test_build.py
index 21757e2c..202ed846 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -93,8 +93,6 @@ def test_html(app):
'\n'.join(difflib.ndiff(html_warnings_exp.splitlines(),
html_warnings.splitlines()))
- if not ET:
- return
for fname, paths in HTML_XPATH.iteritems():
parser = NslessParser()
parser.entity.update(htmlentitydefs.entitydefs)