Adjust hypothesis setting for 2.0.

This commit is contained in:
Florian Bruhin 2016-01-10 21:57:06 +01:00
parent 01ffd9f46f
commit 97d5342f0c

View File

@ -45,7 +45,9 @@ import xvfbwrapper
# Set hypothesis settings
hypothesis.Settings.default.strict = True # pylint: disable=no-member
hypothesis.settings.register_profile('default',
hypothesis.settings(strict=True))
hypothesis.settings.load_profile('default')
def _apply_platform_markers(item):