pylint: Disable no-member for hypothesis.Settings.
hypothesis.Settings.default is probably created dynamically.
This commit is contained in:
parent
4a58e10e09
commit
7f83c6c5c8
@ -44,7 +44,7 @@ import xvfbwrapper
|
|||||||
|
|
||||||
|
|
||||||
# Set hypothesis settings
|
# Set hypothesis settings
|
||||||
hypothesis.Settings.default.strict = True
|
hypothesis.Settings.default.strict = True # pylint: disable=no-member
|
||||||
|
|
||||||
|
|
||||||
def _apply_platform_markers(item):
|
def _apply_platform_markers(item):
|
||||||
|
Loading…
Reference in New Issue
Block a user