Remove cleanenv setting from tests.

This commit is contained in:
Robert Lehmann 2010-06-17 11:49:07 +02:00
parent e63bb0f4a9
commit b1c480f5c6

View File

@ -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()