Skip to content

Commit 140fc45

Browse files
committed
Added another workaround. the extension tester is now a pile of hacks
1 parent 63a37b7 commit 140fc45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/flaskext_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
'..'))
3737

3838

39+
# virtualenv hack *cough*
40+
os.environ['PYTHONDONTWRITEBYTECODE'] = ''
41+
42+
3943
RESULT_TEMPATE = u'''\
4044
<!doctype html>
4145
<title>Flask-Extension Test Results</title>

0 commit comments

Comments
 (0)