mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove cleanenv setting from tests.
This commit is contained in:
parent
e63bb0f4a9
commit
b1c480f5c6
@ -19,7 +19,7 @@ def teardown_module():
|
||||
(test_root / '_build').rmtree(True)
|
||||
|
||||
|
||||
@with_app(buildername='gettext', cleanenv=True)
|
||||
@with_app(buildername='gettext')
|
||||
def test_build(app):
|
||||
app.builder.build_all()
|
||||
# documents end up in a message catalog
|
||||
@ -27,7 +27,7 @@ def test_build(app):
|
||||
# ..and are grouped into sections
|
||||
assert (app.outdir / 'subdir.pot').isfile()
|
||||
|
||||
@with_app(buildername='gettext', cleanenv=True)
|
||||
@with_app(buildername='gettext')
|
||||
def test_gettext(app):
|
||||
app.builder.build_all()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user