summaryrefslogtreecommitdiff
path: root/tests/test_environment.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-02-03 22:10:43 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-02-14 02:20:55 +0900
commit891178e8ed6cde1b7bf3048ca73b784caf96e010 (patch)
tree52784bb45ac30de56b1cd758757f14f18cbf8ab6 /tests/test_environment.py
parent973fbb81e48f1574741c9babebd5d8b7a036e8cb (diff)
downloadsphinx-git-891178e8ed6cde1b7bf3048ca73b784caf96e010.tar.gz
test: Reduce warnings on building test-root
Note: all warnings are tested on test-warnings.
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)