Repository: trafficserver Updated Branches: refs/heads/master bbc4188ff -> ab064afcf
Comment out invalid requirements def which is causing tsqa to fail builds Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ab064afc Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ab064afc Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ab064afc Branch: refs/heads/master Commit: ab064afcf97257dcad9eff402542bae4ad233aa5 Parents: bbc4188 Author: Thomas Jackson <[email protected]> Authored: Fri Aug 28 14:09:11 2015 -0700 Committer: Thomas Jackson <[email protected]> Committed: Fri Aug 28 14:09:11 2015 -0700 ---------------------------------------------------------------------- ci/tsqa/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ab064afc/ci/tsqa/requirements.txt ---------------------------------------------------------------------- diff --git a/ci/tsqa/requirements.txt b/ci/tsqa/requirements.txt index 0a44708..01a8816 100644 --- a/ci/tsqa/requirements.txt +++ b/ci/tsqa/requirements.txt @@ -4,4 +4,5 @@ https://github.com/apache/trafficserver-qa/archive/master.zip pyyaml pyOpenSSL -hyper; python_version >= '2.7' +# TODO: can't do python_version in requirements.txt files +#hyper; python_version >= '2.7'
