Merge pull request #409 from rachmadaniHaryono/feature/yaml-load
fix: test: ignore too many ancestor error
This commit is contained in:
commit
b55c388166
@ -64,7 +64,7 @@ def setup():
|
||||
os.remove(TEST_TEMP_DBFILE_PATH)
|
||||
|
||||
|
||||
class PrettySafeLoader(yaml.SafeLoader):
|
||||
class PrettySafeLoader(yaml.SafeLoader): # pylint: disable=too-many-ancestors
|
||||
def construct_python_tuple(self, node):
|
||||
return tuple(self.construct_sequence(node))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user