Remove hypothesis strict setting

It was deprecated as normal python warnings are used now
This commit is contained in:
Florian Bruhin 2017-09-20 07:40:25 +02:00
parent 54ceb52eaf
commit a519d54e7d

View File

@ -42,8 +42,8 @@ import qutebrowser.app # To register commands
# Set hypothesis settings
hypothesis.settings.register_profile(
'default', hypothesis.settings(strict=True, deadline=400))
hypothesis.settings.register_profile('default',
hypothesis.settings(deadline=400))
hypothesis.settings.load_profile('default')