From 023a53c609e9f9080d373ed383809933502bb040 Mon Sep 17 00:00:00 2001 From: Nozomu Kaneko Date: Mon, 24 Dec 2012 04:04:39 +0900 Subject: [PATCH] stop calling rmtree in a test --- tests/test_intl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_intl.py b/tests/test_intl.py index f8a9bcda5..8c6c871bd 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -212,7 +212,6 @@ def test_i18n_literalblock_warning(app): confoverrides={'language': 'xx', 'locale_dirs': ['.'], 'gettext_compact': False}) def test_seealso(app): - app.builddir.rmtree(True) app.builder.build(['i18n/seealso']) result = (app.outdir / 'i18n' / 'seealso.txt').text(encoding='utf-8') expect = (u"\nI18N WITH SEEALSO"