← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1466542] [NEW] Exception.message deprecation warning during tests

 

Public bug reported:

Running the tests using tox on a fresh clone of neutron reports
deprecation warnings in this form :


Captured stderr:
~~~~~~~~~~~~~~~~
    neutron/api/v2/resource.py:182: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
      translatable.message = localize(translatable.message, locale)
    

It appears several and seems to always be the same piece of code.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1466542

Title:
  Exception.message deprecation warning during tests

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Running the tests using tox on a fresh clone of neutron reports
  deprecation warnings in this form :

  
  Captured stderr:
  ~~~~~~~~~~~~~~~~
      neutron/api/v2/resource.py:182: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
        translatable.message = localize(translatable.message, locale)
      

  It appears several and seems to always be the same piece of code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1466542/+subscriptions


Follow ups

References