[openstack-dev] [nova][gate][stable] How eventlet 0.16.1 broke the gate

Kevin L. Mitchell kevin.mitchell at rackspace.com
Thu Jan 22 23:36:23 UTC 2015


On Wed, 2015-01-21 at 18:48 -0800, Joshua Harlow wrote:
> Another thing that I just started whipping together:
> 
> https://gist.github.com/harlowja/5e39ec5ca9e3f0d9a21f

One problem, though, is that parse_requirements() now requires the
session keyword argument.  In version 6.0.6, parse_requirements() begins
with:

        def parse_requirements(filename, finder=None, comes_from=None, options=None,
                               session=None):
            if session is None:
                raise TypeError(
                    "parse_requirements() missing 1 required keyword argument: "
                    "'session'"
                )
-- 
Kevin L. Mitchell <kevin.mitchell at rackspace.com>
Rackspace




More information about the OpenStack-dev mailing list