summaryrefslogtreecommitdiff
path: root/tests/test_environment.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-22 10:08:06 +0900
committerGitHub <noreply@github.com>2017-04-22 10:08:06 +0900
commit45887c7d62dde461f2741f1cb9e2cc1ca26a42dd (patch)
tree00e8a3e1bf94d23f0d87d3f70b9cbf0b96c16dae /tests/test_environment.py
parent7846a4a68f5c657fa8ad3dbe5ab88e2c6ce992fe (diff)
parent9ad4c9125fe47602eace18e555eb4eedf0649c2a (diff)
downloadsphinx-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.py2
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)