diff --git a/tests/conftest.py b/tests/conftest.py index fae1e455a..ffc51711a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -44,7 +44,7 @@ import xvfbwrapper # Set hypothesis settings -hypothesis.Settings.default.strict = True +hypothesis.Settings.default.strict = True # pylint: disable=no-member def _apply_platform_markers(item):