diff --git a/openstack_requirements/check.py b/openstack_requirements/check.py index c5d6c29e73..35a81cf1cd 100644 --- a/openstack_requirements/check.py +++ b/openstack_requirements/check.py @@ -95,7 +95,6 @@ def _is_requirement_in_global_reqs(req, global_reqs): print('{} {!r}: {!r} does not match {!r}'.format( req, aname, rval, r2val)) matching = False - break if not matching: continue