Commit 422ab1b6 authored by Hanno Schlichting's avatar Hanno Schlichting

Enable default warnings during tests, so we see them in Python 2.7

parent 7a1b6e68
......@@ -22,6 +22,9 @@ auto-checkout =
[test]
recipe = zc.recipe.testrunner
initialization =
import warnings
warnings.simplefilter('default')
eggs = Zope2
......@@ -39,6 +42,9 @@ scripts = zopepy
[alltests]
recipe = zc.recipe.testrunner
initialization =
import warnings
warnings.simplefilter('default')
eggs =
Zope2
AccessControl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment