Merge pull request #846 from dachary/wip-14931-cram

cram: pin to version 0.6 because 0.7 handles \r differently

Reviewed-by: Xiaoxi Chen <xiaoxchen@ebay.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
Loic Dachary 2016-03-01 14:50:41 +07:00
commit d6ae11d104

View File

@ -60,7 +60,7 @@ def task(ctx, config):
'virtualenv', '{tdir}/virtualenv'.format(tdir=testdir),
run.Raw('&&'),
'{tdir}/virtualenv/bin/pip'.format(tdir=testdir),
'install', 'cram',
'install', 'cram==0.6',
],
)
for test in tests: