This is an automated email from the ASF dual-hosted git repository.

klueska pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new aed4a74  Added tenacity to 'pip-requirements' for new CLI.
aed4a74 is described below

commit aed4a743daab3c9e5aacb3e14c50d604ba6fd051
Author: Armand Grillet <agril...@mesosphere.io>
AuthorDate: Mon Oct 22 09:33:02 2018 -0400

    Added tenacity to 'pip-requirements' for new CLI.
    
    This requirement will be used in upcoming new CLI integration tests.
    
    Review: https://reviews.apache.org/r/69048/
---
 src/python/cli_new/pip-requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/python/cli_new/pip-requirements.txt 
b/src/python/cli_new/pip-requirements.txt
index dfbc28f..520dc61 100644
--- a/src/python/cli_new/pip-requirements.txt
+++ b/src/python/cli_new/pip-requirements.txt
@@ -10,6 +10,7 @@ parse==1.8.0
 Pygments==2.1.3
 PyInstaller==3.3.1
 six==1.10.0
+tenacity==4.12.0
 termcolor==1.1.0
 toml==0.9.2
 wrapt==1.10.8

Reply via email to