oslotest needs new pypi release

Bug #1456371 reported by Pavlo Shchelokovskyy
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
oslotest
Fix Released
Undecided
Unassigned

Bug Description

today (2015-05-18) pbr 1.0.0 was released, but the current released version of oslotest (1.6.0) still has pbr<1.0 in requirements [1] (master is already fixed).

Thus I am not able to run unit tests for Heat locally and presume we will see Heat's gate failures in the immediate future.

[1] https://github.com/openstack/oslotest/blob/1.6.0/requirements.txt#L5

Revision history for this message
Pavlo Shchelokovskyy (pshchelo) wrote :
Revision history for this message
Robert Collins (lifeless) wrote :

So yes, all of oslo needs a new release to correct this dependency conflict. However the gate failure is due to flake8 doing a runtime check (that stevedore did too at one point) and we hope to fix it there. https://bugs.launchpad.net/hacking/+bug/1456376

Revision history for this message
Kenny Jones (kenny-jones) wrote :

Removing pbr requirements from oslotest directly does not actually remove the dependency, because of the dependency on mox3, which still has a requirement of:

pbr>=0.5.21,<1.0

As such installing components that want pbr > 1.0 causes issue once the test-requirements are installed when depending on oslotest.

Any plans to update mox3 since that seems to be owned similarly.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote :

The Oslo team doesn't own mox3, but I'm working on tracking down whoever does.

Changed in oslotest:
status: New → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote :

https://review.openstack.org/190330 proposes taking over mox3 by importing it into our CI system.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.