requirements/openstack_requirements
Zane Bitter cdecb6a46c generate-constraints: Fix error handling in Python3
When handling an error, we were trying to combine data from the output
of multiple commands, some of which had already been converted to
strings (from bytes) and some of which had not. This is forbidden in
Python 3. (We were also trying to decode UTF-8 multiple times as a
result.)

Store all of the output as bytes, and decode if and when it is needed.

Change-Id: I35cd872f7bb38be1006bd6bf8dc910a1b52aadeb
2018-10-04 16:09:01 -04:00
..
cmds generate-constraints: Fix error handling in Python3 2018-10-04 16:09:01 -04:00
tests Cap XStatic-jQuery version to <2 2018-09-24 17:36:18 +03:00
__init__.py Move tests into openstack_requirements. 2015-06-08 22:07:01 +12:00
check.py improve the error messages in the requirements check job 2018-07-05 13:13:56 -04:00
constraints.py Correct error message when lower-constraints.txt is being checked 2018-03-08 10:26:07 +01:00
project.py add validation rules for lower constraints 2018-03-29 12:58:57 -04:00
project_config.py Update project-config validation 2017-10-25 12:22:43 +00:00
requirement.py remove lower bounds from global requirements 2018-04-11 10:06:39 -04:00