yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57227
[Bug 1629047] [NEW] Warnings about parameters to load being deprecated pollute functional test output
Public bug reported:
I'm seeing one of these per testr process in the functional test output:
Captured stderr:
~~~~~~~~~~~~~~~~
/home/jaypipes/src/git.openstack.org/openstack/nova/.tox/functional/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py:22: DeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
return pkg_resources.EntryPoint.parse("x=" + s).load(False)
Would be great to have those cleaned up in paste.deploy.loadwsgi.
** Affects: nova
Importance: Low
Status: Confirmed
** Tags: low-hanging-fruit
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1629047
Title:
Warnings about parameters to load being deprecated pollute functional
test output
Status in OpenStack Compute (nova):
Confirmed
Bug description:
I'm seeing one of these per testr process in the functional test
output:
Captured stderr:
~~~~~~~~~~~~~~~~
/home/jaypipes/src/git.openstack.org/openstack/nova/.tox/functional/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py:22: DeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
return pkg_resources.EntryPoint.parse("x=" + s).load(False)
Would be great to have those cleaned up in paste.deploy.loadwsgi.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1629047/+subscriptions
Follow ups