Skip to content

Commit

Permalink
Move oslo.messaging to test-requirements
Browse files Browse the repository at this point in the history
oslo.messaging is optional at run-time, so move it to
test-requirements.txt

Closes-Bug: 1448297
Change-Id: I67ebb215fbc1a0968c026fd234cf92f561712e78
  • Loading branch information
Brant Knudson committed Apr 25, 2015
1 parent 3a98652 commit 002953f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -5,7 +5,6 @@ Babel>=1.3,<=1.3
iso8601>=0.1.9,<=0.1.10
netaddr>=0.7.12,<=0.7.13
oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
oslo.messaging>=1.4.0,<1.5.0
posix_ipc<=0.9.9
pytz<=2014.10
six>=1.7.0,<=1.9.0
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Expand Up @@ -14,6 +14,7 @@ python-subunit>=0.0.18,<=1.0.0
testrepository>=0.0.18,<=0.0.20
testscenarios>=0.4,<=0.4
testtools>=0.9.34,!=1.4.0,<=1.5.0
oslo.messaging>=1.4.0,<1.5.0

# this is required for the docs build jobs
oslosphinx>=2.2.0,<2.5.0 # Apache-2.0
Expand Down

0 comments on commit 002953f

Please sign in to comment.