← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1494330] [NEW] Requirements update is failing

 

Public bug reported:


https://review.openstack.org/#/c/222000/ in keystone is a new requirements update that came after https://review.openstack.org/203336 requirements update.

the keystone change is failing, when I run it locally the output
includes:

  error in setup command: Invalid environment marker:
(python_version=='2.7' # MPL)

So it looks like something isn't handling comments in setup.cfg lines,
or comments can't be put in setup.cfg lines.

A couple of options:

1) Remove the comment from the global requirements file.
2) Have the requirements update tool strip comments when updating setup.cfg.

** Affects: keystone
     Importance: Critical
     Assignee: Brant Knudson (blk-u)
         Status: Confirmed

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

Title:
  Requirements update is failing

Status in Keystone:
  Confirmed

Bug description:
  
  https://review.openstack.org/#/c/222000/ in keystone is a new requirements update that came after https://review.openstack.org/203336 requirements update.

  the keystone change is failing, when I run it locally the output
  includes:

    error in setup command: Invalid environment marker:
  (python_version=='2.7' # MPL)

  So it looks like something isn't handling comments in setup.cfg lines,
  or comments can't be put in setup.cfg lines.

  A couple of options:

  1) Remove the comment from the global requirements file.
  2) Have the requirements update tool strip comments when updating setup.cfg.

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


Follow ups