b93610d0e3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Ignore W504 line break after binary operator Change-Id: Ice5627d714bad308bcf2e467a553d2d2297ea337
8 lines
274 B
Plaintext
8 lines
274 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.
|
|
|
|
hacking>=3.0,<3.1.0 # Apache-2.0
|
|
oslotest>=1.5.1
|
|
stestr>=2.0.0
|