~ubuntu-branches/ubuntu/wily/python-oslo.rootwrap/wily-proposed

« back to all changes in this revision

Viewing changes to test-requirements.txt

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand, James Page, Thomas Goirand
  • Date: 2015-09-27 18:45:12 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150927184512-kkl2oi0zrspeus7n
Tags: 2.3.0-1
[ James Page ]
* Update Vcs fields for new git repository locations.
* Fix typo in transitional package descriptions (LP: #1471561).

[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Do not a run test failing in Python 3.4:
  test_rootwrap.RootwrapTestCase.test_KillFilter_renamed_exe
* python-oslo-rootwrap (transition package) in priority extra.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
4
 
5
 
hacking>=0.10.0,<0.11
 
5
hacking<0.11,>=0.10.0
6
6
 
7
7
discover
8
 
fixtures>=0.3.14
 
8
fixtures>=1.3.1
9
9
python-subunit>=0.0.18
10
10
testrepository>=0.0.18
11
11
testscenarios>=0.4
12
 
testtools>=0.9.36,!=1.2.0
 
12
testtools>=1.4.0
13
13
 
14
14
# this is required for the docs build jobs
15
 
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
16
 
oslosphinx>=2.5.0  # Apache-2.0
17
 
oslotest>=1.5.1  # Apache-2.0
 
15
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
 
16
oslosphinx>=2.5.0 # Apache-2.0
 
17
oslotest>=1.10.0 # Apache-2.0
18
18
 
19
19
 
20
20
# mocking framework
21
 
mock>=1.0
 
21
mock>=1.2
22
22
 
23
23
# rootwrap daemon's client should be verified to run in eventlet
24
 
eventlet>=0.17.3
 
24
eventlet>=0.17.4