diff options
author | boucherv <valentin.boucher@orange.com> | 2016-07-13 16:48:28 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-07-13 17:30:22 +0200 |
commit | 4cc4bc0f88091246ac1bf3dcea89e4b281d64e1e (patch) | |
tree | 4e9fe02e9f7ee40d6375be83455b997ab6b7ed61 /docker/requirements.pip | |
parent | 94cb165d12487fccd83864788728c6f103b4cb50 (diff) |
Improve timeout management with python
JIRA: FUNCTEST-368
Change-Id: I9f7a6adc807c63694fc5d9fb8a81ad1d2d9d3225
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r-- | docker/requirements.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index 88fa74de0..fa6681e8e 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -22,4 +22,5 @@ Flask==0.10.1 xmltodict==0.9.2 scp==0.10.2 paramiko==1.16.0 -python-congressclient==1.3.0
\ No newline at end of file +python-congressclient==1.3.0 +subprocess32
\ No newline at end of file |