diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-22 10:08:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-22 10:08:06 +0900 |
commit | 45887c7d62dde461f2741f1cb9e2cc1ca26a42dd (patch) | |
tree | 00e8a3e1bf94d23f0d87d3f70b9cbf0b96c16dae /tests/test_environment.py | |
parent | 7846a4a68f5c657fa8ad3dbe5ab88e2c6ce992fe (diff) | |
parent | 9ad4c9125fe47602eace18e555eb4eedf0649c2a (diff) | |
download | sphinx-git-45887c7d62dde461f2741f1cb9e2cc1ca26a42dd.tar.gz |
Merge pull request #3589 from tk0miya/support_remote_images
Support remote images
Diffstat (limited to 'tests/test_environment.py')
-rw-r--r-- | tests/test_environment.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_environment.py b/tests/test_environment.py index 4133a28fd..22baab0dd 100644 --- a/tests/test_environment.py +++ b/tests/test_environment.py @@ -40,8 +40,6 @@ def test_first_update(): def test_images(): assert ('image file not readable: foo.png' in app._warning.getvalue()) - assert ('nonlocal image URI found: http://www.python.org/logo.png' - in app._warning.getvalue()) tree = env.get_doctree('images') htmlbuilder = StandaloneHTMLBuilder(app) |