Manual update run to get things aligned.
Change-Id: I04f02aa3c9bd9e37922dff37c2982709d4136938
This commit is contained in:
parent
c9bb10f1cc
commit
4031d632ac
@ -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
|
||||
Parsley
|
||||
|
1
setup.py
1
setup.py
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -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
|
||||
# See global-requirements for the actual requirements list
|
||||
hacking>=0.10,<0.11
|
||||
hacking<0.11,>=0.10
|
||||
testrepository>=0.0.18
|
||||
testscenarios>=0.4
|
||||
testtools>=0.9.36
|
||||
testtools>=1.4.0
|
||||
virtualenv
|
||||
|
Loading…
Reference in New Issue
Block a user