Comment 3 for bug 1620963

Revision history for this message
Jamie Lennox (jamielennox) wrote :

This is because barbican does inspect on oslo_context.RequestContext.__init__ and positional < 1.1 used @functools.wraps which makes a mess of this.

The inspect part of barbican is no longer needed so we can just remove this and positional 1.0.1 should continue to work.