nova-specs doesn't sync requirements updates from the global requirements repo and doesn't have the correct requiremnts ranges for hacking which is pulling in pbr 2.0.0 which breaks with warnerrors=True (since that was removed in 2.0.0). This syncs up the requirements with the latest from the requirements repo and updates the hacking versions. Change-Id: I8db1038693c5047ebffd0065055efc5ea211b106 Related-Bug: #1668848
10 lines
359 B
Plaintext
10 lines
359 B
Plaintext
# 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.
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
pbr>=1.8 # Apache-2.0
|
|
sphinx>=1.5.1 # BSD
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
yasfb>=0.5.1
|