Skip to content

Commit

Permalink
use TESTRUN_MARKER instead of YAFOWIL_FORCE_DEFAULTS
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Aug 2, 2014
1 parent 033ee7c commit 730e7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yafowil/bootstrap/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ def configure_factory():
factory.defaults['wysihtml5.class'] = 'wysihtml5 form-control'

# only configure factory if not supressed explicit
if not os.environ.get('YAFOWIL_FORCE_DEFAULTS'):
if not os.environ.get('TESTRUN_MARKER'):
configure_factory()

0 comments on commit 730e7c6

Please sign in to comment.