← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1288481] [NEW] Requirements mismatch

 

Public bug reported:

It appears that the multipip may be slightly selecting the wrong
requirement,

A case that triggered this.

WARNING: @anvil.packaging.base : Incompatible requirements found for keyring
WARNING: @anvil.packaging.base : Choosing:
WARNING: @anvil.packaging.base : 	compiled: keyring>=2.1
WARNING: @anvil.packaging.base : Conflicting:
WARNING: @anvil.packaging.base : 	-r /home/harlowja/openstack/keystone/app/test-requirements.txt (line 36): keyring>=1.6.1,<2.0
WARNING: @anvil.packaging.base : 	-r /home/harlowja/openstack/keystone-client/app/test-requirements.txt (line 6): keyring>=1.6.1,<2.0,>=2.1

It appears that this should have selected 'keyring>=1.6.1, <2.0' which
satisfies both instead of picking >=2.1 (which only satisfies the
second, not the first).

** Affects: anvil
     Importance: Undecided
         Status: New

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

Title:
  Requirements mismatch

Status in ANVIL for forging OpenStack.:
  New

Bug description:
  It appears that the multipip may be slightly selecting the wrong
  requirement,

  A case that triggered this.

  WARNING: @anvil.packaging.base : Incompatible requirements found for keyring
  WARNING: @anvil.packaging.base : Choosing:
  WARNING: @anvil.packaging.base : 	compiled: keyring>=2.1
  WARNING: @anvil.packaging.base : Conflicting:
  WARNING: @anvil.packaging.base : 	-r /home/harlowja/openstack/keystone/app/test-requirements.txt (line 36): keyring>=1.6.1,<2.0
  WARNING: @anvil.packaging.base : 	-r /home/harlowja/openstack/keystone-client/app/test-requirements.txt (line 6): keyring>=1.6.1,<2.0,>=2.1

  It appears that this should have selected 'keyring>=1.6.1, <2.0' which
  satisfies both instead of picking >=2.1 (which only satisfies the
  second, not the first).

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


Follow ups

References