qa: pykmip task defaults to ceph fork

point the pykmip task to the ceph fork of the PyKMIP repo, which carries
fixes for newer python

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2026-07-01 09:06:22 -04:00
parent cc1f41c8d2
commit 57342f5373

View File

@ -65,7 +65,7 @@ def download(ctx, config):
for (client, cconf) in config.items():
branch = cconf.get('force-branch', 'master')
repo = cconf.get('force-repo', 'https://github.com/OpenKMIP/PyKMIP')
repo = cconf.get('force-repo', 'https://github.com/ceph/PyKMIP')
sha1 = cconf.get('sha1')
log.info("Using branch '%s' for pykmip", branch)
log.info('sha1=%s', sha1)