:thumbsup:
I need one more change here: koji:55 if isinstance(v, six.class_types) instead of isinstance(v, (types.ClassType, types.TypeType))
1 new commit added
it's done, @tkopecek
Looks good, but wish that unit tests had caught this.
I've added some unit tests for koji.plugin here: https://github.com/mikem23/koji-playground/commits/pr475
These succeed with on both p2 and py3, and correctly fail on py3 if I revert this fix
rebased
Looks good, but wish that unit tests had caught this. I've added some unit tests for koji.plugin here: https://github.com/mikem23/koji-playground/commits/pr475 These succeed with on both p2 and py3, and correctly fail on py3 if I revert this fix
added your tests in and also do some unit tests for cli/koji.load_plugins()
cli/koji.load_plugins()
Commit 733dbc4b fixes this pull-request
Pull-Request has been merged by mikem@redhat.com