mirror of
https://github.com/ovh/python-ovh.git
synced 2026-01-16 23:00:21 +00:00
Python 3.3 introduced random in it hashing function to prevent possible hash collisions attacks. As a result, keys order in a dict are no longer predictable hence, json serialized dict chances causing request signature to be different than the expected one. This fix uses OrderedDict for this specific test case so that the output becomes predictable again. Signed-off-by: Jean-Tiare LE BIGOT <jean-tiare.le-bigot@ovh.net>
11 lines
131 B
Text
11 lines
131 B
Text
# tests, common
|
|
coverage==3.7.1
|
|
mock==1.0.1
|
|
nose==1.3.3
|
|
yanc==0.2.4
|
|
Sphinx==1.2.2
|
|
coveralls==0.4.2
|
|
|
|
# Python 2.6
|
|
ordereddict==1.0
|
|
|