You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ja...@apache.org on 2015/08/28 23:09:18 UTC

trafficserver git commit: Comment out invalid requirements def which is causing tsqa to fail builds

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 <ja...@apache.org>
Authored: Fri Aug 28 14:09:11 2015 -0700
Committer: Thomas Jackson <ja...@apache.org>
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'