test-requirements: Refine requests-mock versions
python2.6 and 2.7 need specific versions due to compatibility breakage Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
parent
36e99825cb
commit
0bf9a320bf
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
flake8
|
||||
flake8-import-order
|
||||
mock<=2.0.0
|
||||
requests-mock
|
||||
requests-mock;python_version >= '2.7'
|
||||
requests-mock<1.5.0;python_version < '2.7'
|
||||
coverage
|
||||
nose
|
||||
unittest2;python_version < '3.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue