~ubuntu-branches/ubuntu/vivid/neutron-lbaas/vivid-proposed

« back to all changes in this revision

Viewing changes to test-requirements.txt

  • Committer: Package Import Robot
  • Author(s): David Ames
  • Date: 2015-08-04 10:16:10 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20150804101610-l6zqpd1g8qu7nk7b
Tags: upstream-2015.1.1
ImportĀ upstreamĀ versionĀ 2015.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# The order of packages is significant, because pip processes them in the order
2
2
# of appearance. Changing the order has an impact on the overall integration
3
3
# process, which may cause wedges in the gate later.
4
 
hacking>=0.10.0,<0.11
 
4
hacking<0.11,>=0.10.0
5
5
 
6
 
cliff>=1.10.0,<1.11.0  # Apache-2.0
 
6
cliff<1.11.0,>=1.10.0 # Apache-2.0
7
7
coverage>=3.6
8
8
discover
9
 
fixtures>=0.3.14
10
 
mock>=1.0
 
9
fixtures<1.3.0,>=0.3.14
 
10
mock<1.1.0,>=1.0
11
11
python-subunit>=0.0.18
12
 
requests-mock>=0.6.0  # Apache-2.0
13
 
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
14
 
oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
15
 
oslo.concurrency>=1.8.0,<1.9.0         # Apache-2.0
16
 
tempest-lib>=0.4.0
 
12
requests-mock>=0.6.0 # Apache-2.0
 
13
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
 
14
oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
 
15
oslo.concurrency<1.9.0,>=1.8.0 # Apache-2.0
 
16
tempest-lib<0.5.0,>=0.4.0
17
17
testrepository>=0.0.18
18
 
testtools>=0.9.36,!=1.2.0
 
18
testtools!=1.2.0,>=0.9.36
19
19
testscenarios>=0.4
20
20
WebOb>=1.2.3
21
21
WebTest>=2.0
22
 
oslotest>=1.5.1,<1.6.0  # Apache-2.0
 
22
oslotest<1.6.0,>=1.5.1 # Apache-2.0
23
23
psycopg2
24
24
MySQL-python