debian-koji/test-requirements.txt
Zack Cerza 0bf9a320bf 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>
2020-09-08 16:20:19 +02:00

9 lines
172 B
Text

-e .
flake8
flake8-import-order
mock<=2.0.0
requests-mock;python_version >= '2.7'
requests-mock<1.5.0;python_version < '2.7'
coverage
nose
unittest2;python_version < '3.0'