← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1456362] [NEW] flake8 requires pbr < 1.0 but nova installs pbr 1.0

 

Public bug reported:

The pep8 nova check was broken by the release of pbr 1.0:
http://lists.openstack.org/pipermail/openstack-dev/2015-May/064355.html

The check fails because nova requires "pbr>=0.11,<2.0", whereas flake8
requires "pbr!=0.7,<1.0,>=0.6".

flake8 should be updated to support pbr 1.0. Until that, I propose to
install pbr < 1.0 in nova to fix the pep8 check.

** Affects: nova
     Importance: Undecided
     Assignee: Victor Stinner (victor-stinner)
         Status: In Progress

-- 
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/1456362

Title:
  flake8 requires pbr < 1.0 but nova installs pbr 1.0

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  The pep8 nova check was broken by the release of pbr 1.0:
  http://lists.openstack.org/pipermail/openstack-dev/2015-May/064355.html

  The check fails because nova requires "pbr>=0.11,<2.0", whereas flake8
  requires "pbr!=0.7,<1.0,>=0.6".

  flake8 should be updated to support pbr 1.0. Until that, I propose to
  install pbr < 1.0 in nova to fix the pep8 check.

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


Follow ups

References