python-ovh/requirements-dev.txt
Jean-Tiare LE BIGOT 4ecb26d34d fix: random unit-test failure with Python >= 3.3
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>
2014-09-25 14:12:10 +02:00

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