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:
Zack Cerza 2020-07-23 12:00:25 -06:00 committed by Tomas Kopecek
parent 36e99825cb
commit 0bf9a320bf

View file

@ -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'