Skip to content

Avoid the python-gitlab deprecated as_list=False option

Emanuele Aina requested to merge wip/em/as-list-deprecated into master

Switch to iterator=True:

gitlab-rulez:400: DeprecationWarning: `as_list=False` is deprecated
and will be removed in a future version. Use `iterator=True` instead.

Merge request reports