Manual update run to get things aligned.

Change-Id: I04f02aa3c9bd9e37922dff37c2982709d4136938
This commit is contained in:
Robert Collins 2015-06-23 08:09:04 +12:00
parent c9bb10f1cc
commit 4031d632ac
3 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,5 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
fixtures>=0.3.14 fixtures>=0.3.14
Parsley Parsley

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,7 +1,10 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# NOTE: These are requirements for testing the requirements project only # NOTE: These are requirements for testing the requirements project only
# See global-requirements for the actual requirements list # See global-requirements for the actual requirements list
hacking>=0.10,<0.11 hacking<0.11,>=0.10
testrepository>=0.0.18 testrepository>=0.0.18
testscenarios>=0.4 testscenarios>=0.4
testtools>=0.9.36 testtools>=1.4.0
virtualenv virtualenv