mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove from test never executed print(result) debugging info
This commit is contained in:
parent
0d72052141
commit
87058e6783
@ -1391,15 +1391,9 @@ def test_default_latex_documents():
|
||||
|
||||
@skip_if_requested
|
||||
@skip_if_stylefiles_notfound
|
||||
@pytest.mark.sphinx('latex', testroot='latex-includegraphics',
|
||||
confoverrides={'latex_documents': [
|
||||
('index', 'python.tex', 'Test PDF build',
|
||||
'Georg Brandl', 'howto')
|
||||
]})
|
||||
@pytest.mark.sphinx('latex', testroot='latex-includegraphics')
|
||||
def test_includegraphics_oversized(app, status, warning):
|
||||
app.builder.build_all()
|
||||
print(status.getvalue())
|
||||
print(warning.getvalue())
|
||||
compile_latex_document(app)
|
||||
result = (app.outdir / 'pdflatex/python-dimensions.txt').text(encoding='utf8')
|
||||
print(result)
|
||||
|
Loading…
Reference in New Issue
Block a user