f0e4e094c3
The subunit stream is a binary protocol and can't be encoded to utf8. Unfortunately under python3 the default behavior when reading from stdin or opened files is to read them encoded as your platform dependent encoding. For linux users this is typically utf8 and subunit isn't valid utf8. Fix this by reading the subunit streams as binary under python3 as we do on python2. Change-Id: I1ddfe514c219c3bbfcd69f6808faa2331933acee
14 lines
423 B
Plaintext
14 lines
423 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.11,>=0.10.0
|
|
|
|
coverage>=3.6
|
|
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
|
|
discover
|
|
sphinx>=1.6.2 # BSD
|
|
oslotest>=1.2.0 # Apache-2.0
|
|
openstackdocstheme>=1.17.0 # Apache-2.0
|
|
fixtures
|