Repository: mesos
Updated Branches:
  refs/heads/master 0f0909c89 -> 1e7612681


Bumped 'tox' version used by python to 3.0.0.

We require this version so that we can pass the '-qq' option to tox to
suppress its output. We want to see the output of the commands it
issues, but we don't want to see the output of tox itself. The '-qq'
option gives us this ability.

Reviewed at https://reviews.apache.org/r/64970/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/db87a703
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/db87a703
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/db87a703

Branch: refs/heads/master
Commit: db87a703277a36128ccb8100cf4a8e0722ab3d04
Parents: 0f0909c
Author: Kevin Klues <klue...@gmail.com>
Authored: Wed May 9 04:48:15 2018 -0700
Committer: Kevin Klues <klue...@gmail.com>
Committed: Wed May 9 05:13:13 2018 -0700

----------------------------------------------------------------------
 src/python/cli_new/pip-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/db87a703/src/python/cli_new/pip-requirements.txt
----------------------------------------------------------------------
diff --git a/src/python/cli_new/pip-requirements.txt 
b/src/python/cli_new/pip-requirements.txt
index e1dbf13..aeb0233 100644
--- a/src/python/cli_new/pip-requirements.txt
+++ b/src/python/cli_new/pip-requirements.txt
@@ -12,5 +12,5 @@ PyInstaller==3.1.1
 six==1.10.0
 termcolor==1.1.0
 toml==0.9.2
-tox==2.7.0
+tox==3.0.0
 wrapt==1.10.8

Reply via email to