From 140fc45ebd052ea07492c068e45d755d4b42c65c Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 26 Jul 2010 00:59:41 +0200 Subject: [PATCH] Added another workaround. the extension tester is now a pile of hacks --- tests/flaskext_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/flaskext_test.py b/tests/flaskext_test.py index 7a1f179b..84f28b57 100644 --- a/tests/flaskext_test.py +++ b/tests/flaskext_test.py @@ -36,6 +36,10 @@ flaskdir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) +# virtualenv hack *cough* +os.environ['PYTHONDONTWRITEBYTECODE'] = '' + + RESULT_TEMPATE = u'''\ Flask-Extension Test Results