diff options
| author | georg.brandl <devnull@localhost> | 2008-10-27 17:36:19 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-10-27 17:36:19 +0000 |
| commit | 3d282fc692ee76d1dd0d24aa41e5824daef75056 (patch) | |
| tree | 53ad0e023690f55a6e28940abd09229bc10deb38 /tests | |
| parent | ea0ca74b476b37cec320b4dfef3d5bb5c7b16dfb (diff) | |
| download | sphinx-3d282fc692ee76d1dd0d24aa41e5824daef75056.tar.gz | |
Remove outdated check.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_build.py | 2 |
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) |
