mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix TestApp.cleanup_trees was obsoleted
This commit is contained in:
parent
ae1d9d8ff7
commit
02f013aba5
@ -87,7 +87,6 @@ def test_latex(app, status, warning):
|
||||
if p.returncode != 0:
|
||||
print(stdout)
|
||||
print(stderr)
|
||||
del app.cleanup_trees[:]
|
||||
assert False, 'latex exited with return code %s' % p.returncode
|
||||
finally:
|
||||
os.chdir(cwd)
|
||||
|
@ -58,7 +58,6 @@ def test_texinfo(app, status, warning):
|
||||
if retcode != 0:
|
||||
print(stdout)
|
||||
print(stderr)
|
||||
del app.cleanup_trees[:]
|
||||
assert False, 'makeinfo exited with return code %s' % retcode
|
||||
finally:
|
||||
os.chdir(cwd)
|
||||
|
Loading…
Reference in New Issue
Block a user