← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1695918] Re: 'jsonschema' imported but unused

 

This bug is believed to be fixed in cloud-init in 17.1. If this is still
a problem for you, please make a comment and set the state back to New

Thank you.

** Changed in: cloud-init
       Status: Fix Committed => Fix Released

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

Title:
  'jsonschema' imported but unused

Status in cloud-init:
  Fix Released

Bug description:
  From latest build tests:
  tests/unittests/test_handler/test_handler_ntp.py:20: 'jsonschema' imported but unused
  tests/unittests/test_handler/test_schema.py:16: 'jsonschema' imported but unused

  Steps to reproduce:
  # git clone master
  # cd cloud-init
  # tox -e tip-pyflakes

  The offending code in both files is:
  try:
      import jsonschema  # NOQA
      _missing_jsonschema_dep = False
  except ImportError:
      _missing_jsonschema_dep = True

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1695918/+subscriptions


References