swift3/test-requirements.txt
Tim Burke 1069659fbe Prohibit certain versions of requests in test-requirements.txt
This prevents version conflicts when Keystone drags in a too-new
oslo.policy, which blackballs latest requests (but Sphinx would try to
pull it in anyway).

Change-Id: I3b2196fdef9936f1c7d468f9c7c9b9246d3d26fd
2017-03-16 19:44:11 +00:00

14 lines
235 B
Plaintext

hacking>=0.11.0,<0.12 # Apache-2.0
sphinx
nose
openstack.nose_plugin
coverage
mock
pylint
python-openstackclient
boto
requests!=2.12.2,!=2.13.0
requests-mock>=0.7.0 # Apache-2.0
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
keystonemiddleware