yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72619
[Bug 1766919] Re: inspect.getargspec usage is deprecated in python 3
mox3 is also affected, as seen in the test results for this nova change:
https://review.openstack.org/#/c/564343/
https://github.com/openstack/mox3/blob/285bc2a1760d460080df79f1ed3b0988cab44f7b/mox3/mox.py#L909
** Also affects: python-mox3
Importance: Undecided
Status: New
** Changed in: python-mox3
Status: New => Confirmed
** Changed in: python-mox3
Importance: Undecided => Medium
--
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/1766919
Title:
inspect.getargspec usage is deprecated in python 3
Status in OpenStack Compute (nova):
In Progress
Status in python-mox3:
Confirmed
Bug description:
As seen in py35 CI logs:
b'/home/osboxes/git/nova/.tox/functional-py35/lib/python3.5/site-packages/paste/deploy/loadwsgi.py:22: DeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.'
b' return pkg_resources.EntryPoint.parse("x=" + s).load(False)'
b'/home/osboxes/git/nova/nova/utils.py:751: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead'
b' arg_names, a, kw, _default = inspect.getargspec(base_f)'
Also seen all over:
http://logs.openstack.org/01/558001/5/check/openstack-tox-py35/b9ea932
/job-output.txt.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1766919/+subscriptions
References