Skip to content

Commit

Permalink
Update to latest openstack/requirements.
Browse files Browse the repository at this point in the history
Fixes bug: 1200214

Change-Id: I0ff8a76eb5d5a99892a270909c68207858e1bc8b
  • Loading branch information
j-griffith committed Jul 15, 2013
1 parent aef613f commit d720884
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
d2to1>=0.2.10,<0.3 d2to1>=0.2.10,<0.3
pbr>=0.5,<0.6 pbr>=0.5.16,<0.6
argparse argparse
prettytable>=0.6,<0.8 prettytable>=0.6,<0.8
requests>=0.8 requests>=1.1,<1.2.3
simplejson>=2.0.9 simplejson>=2.0.9
six six
7 changes: 3 additions & 4 deletions test-requirements.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
pep8==1.4.5 pep8==1.4.5
pyflakes==0.7.2 pyflakes==0.7.2
flake8==2.0 flake8==2.0
hacking>=0.5.3,<0.6 hacking>=0.5.6,<0.6

coverage>=3.6 coverage>=3.6
discover discover
fixtures>=0.3.12 fixtures>=0.3.12
mock>=0.8.0 mock>=0.8.0
python-subunit python-subunit
sphinx>=1.1.2 sphinx>=1.1.2
testtools>=0.9.29 testtools>=0.9.32
testrepository>=0.0.13 testrepository>=0.0.15

3 comments on commit d720884

@kitch
Copy link

@kitch kitch commented on d720884 Jul 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like maybe this change to requirements.txt is causing some issues. devstack is failing now. May be a devstack bug rather than an issue here?

@AndreaGiardini
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for me - Devstack failing

@kitch
Copy link

@kitch kitch commented on d720884 Jul 27, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.