pylint: Disable no-member for hypothesis.Settings.

hypothesis.Settings.default is probably created dynamically.
This commit is contained in:
Florian Bruhin 2015-12-15 18:57:14 +01:00
parent 4a58e10e09
commit 7f83c6c5c8

View File

@ -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):