Drop warning for nonlocal image URI

This commit is contained in:
Takeshi KOMIYA
2017-03-27 23:46:12 +09:00
parent 3c46c2f5ac
commit a5d77a8f06
5 changed files with 0 additions and 10 deletions

View File

@@ -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)