nova-specs/test-requirements.txt
Stephen Finucane 35f2005c2c trivial: Resolve Python 3 issues
Resolve the following exception:

  AttributeError: 'str' object has no attribute 'decode'

This wasn't caught in the gate because that still uses Python 2.7. This
is not the case in other environments (Fedora 27).

Change-Id: I6b462f19432c4cf9948cddcc095d9d5a85feeb4b
2018-02-01 17:06:38 +00:00

7 lines
288 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>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0