mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
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:
commit
d6ae11d104
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user