Remove hypothesis strict setting
It was deprecated as normal python warnings are used now
This commit is contained in:
parent
54ceb52eaf
commit
a519d54e7d
@ -42,8 +42,8 @@ import qutebrowser.app # To register commands
|
|||||||
|
|
||||||
|
|
||||||
# Set hypothesis settings
|
# Set hypothesis settings
|
||||||
hypothesis.settings.register_profile(
|
hypothesis.settings.register_profile('default',
|
||||||
'default', hypothesis.settings(strict=True, deadline=400))
|
hypothesis.settings(deadline=400))
|
||||||
hypothesis.settings.load_profile('default')
|
hypothesis.settings.load_profile('default')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user