Skip to content

Commit

Permalink
PBR has now been fixed and was causing conflicts with cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Dec 12, 2014
1 parent 9a6ff2a commit fec7d21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devtools/tests/test_quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def setUpClass(cls):

# Reinstall gearbox to force it being installed inside the
# virtualenv using supported PBR version
subprocess.call([cls.pip_cmd, '-q', 'install', '--pre', '-I', 'pbr==0.5.21'])
subprocess.call([cls.pip_cmd, '-q', 'install', '--pre', '-I', 'gearbox'])
for p in cls.preinstall:
subprocess.call([cls.pip_cmd, '-q', 'install', '--pre', '-I', p])
Expand Down

0 comments on commit fec7d21

Please sign in to comment.