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:
@@ -19,7 +19,7 @@ def teardown_module():
|
|||||||
(test_root / '_build').rmtree(True)
|
(test_root / '_build').rmtree(True)
|
||||||
|
|
||||||
|
|
||||||
@with_app(buildername='gettext', cleanenv=True)
|
@with_app(buildername='gettext')
|
||||||
def test_build(app):
|
def test_build(app):
|
||||||
app.builder.build_all()
|
app.builder.build_all()
|
||||||
# documents end up in a message catalog
|
# documents end up in a message catalog
|
||||||
@@ -27,7 +27,7 @@ def test_build(app):
|
|||||||
# ..and are grouped into sections
|
# ..and are grouped into sections
|
||||||
assert (app.outdir / 'subdir.pot').isfile()
|
assert (app.outdir / 'subdir.pot').isfile()
|
||||||
|
|
||||||
@with_app(buildername='gettext', cleanenv=True)
|
@with_app(buildername='gettext')
|
||||||
def test_gettext(app):
|
def test_gettext(app):
|
||||||
app.builder.build_all()
|
app.builder.build_all()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user