summaryrefslogtreecommitdiff
path: root/tests/test_environment.py
diff options
context:
space:
mode:
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 0226e43b8..df0aa20b0 100644
--- a/tests/test_environment.py
+++ b/tests/test_environment.py
@@ -17,8 +17,6 @@ from sphinx.testing.comparer import PathComparer
@pytest.mark.sphinx('dummy')
def test_images(app):
app.build()
- assert ('image file not readable: foo.png'
- in app._warning.getvalue())
tree = app.env.get_doctree('images')
htmlbuilder = StandaloneHTMLBuilder(app)