oslo.serialization/oslo_serialization/tests
Ben Nemec 448807a706 Explicitly set default_flow_style to False
In PyYAML 5.1 they changed this default in the library. Because
we weren't explicitly setting it, this broke our unit tests.
Since default_flow_style=False is usually what you want (hence why
PyYAML changed it), let's set it explicitly.

Also note that this was already being set for dump, but not for
dumps. This is also more consistent.

Change-Id: I3f7dfce5ceb5d3b802878c410406994cbb0988b6
2019-05-02 17:05:24 +00:00
..
__init__.py Move files out of the namespace package 2015-01-05 15:40:06 -05:00
test_base64.py Prefer raising the python2.x type error for b64 decode errors 2017-01-09 16:37:28 -08:00
test_jsonutils.py py37: deal with Exception repr changes 2018-07-30 16:46:43 -04:00
test_msgpackutils.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-05 11:12:56 +07:00
test_yamlutils.py Explicitly set default_flow_style to False 2019-05-02 17:05:24 +00:00