~ubuntu-branches/ubuntu/vivid/oslo.messaging/vivid-proposed

« back to all changes in this revision

Viewing changes to test-requirements-py3.txt

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-06-23 15:28:01 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20150623152801-ihbhpu5td9hsdymn
Tags: 1.8.3-0ubuntu0.15.04.1
* New upstream point release (LP: #1467959):
  - RabbitMQ driver:
    + Adding publisher acknowledgements/confirms for better handling
      of messages during broker shutdown/network failure.
    + Ensure consumer connections closed properly (LP: #1458917).
    + Set timeout on the underlying socket (LP: #1436788).
    + Disable and mark heartbeat as experimental (LP: #1436769).
    + Fix ipv6 support.
  - ZeroMQ driver:
    + Don't raise Timeout on no-matchmaker results (LP: #1186310).
    + Fix issue with Redis not deleting expired keys (LP: #1417464).
    + d/p/Fix-changing-keys-during-iteration-in-matchmaker-hea.patch,
      d/p/Add-pluggability-for-matchmakers.patch: Dropped, included
      upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
testrepository>=0.0.18
14
14
testscenarios>=0.4
15
15
testtools>=0.9.36,!=1.2.0
16
 
oslotest>=1.2.0  # Apache-2.0
 
16
oslotest>=1.5.1,<1.6.0  # Apache-2.0
17
17
 
18
18
# when we can require tox>= 1.4, this can go into tox.ini:
19
19
#  [testenv:cover]
22
22
 
23
23
# this is required for the docs build jobs
24
24
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
25
 
oslosphinx>=2.2.0  # Apache-2.0
 
25
oslosphinx>=2.5.0,<2.6.0  # Apache-2.0