Skip to content

Commit 16e026f

Browse files
committed
removed add timeout
Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
1 parent 7414305 commit 16e026f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ matrix:
2828
- os: windows
2929
language: shell
3030
before_install:
31-
- choco install python2 -x86
31+
- choco install python --version2.7
3232
- ln -s /c/Python27/python.exe /c/Python27/python2.7.exe
3333
env:
3434
- PATH="/c/Python27:/c/Python27/Scripts:$PATH"
3535
- TEST_SUITE="$PYTEST"
3636
- os: windows
3737
language: shell
3838
before_install:
39-
- choco install python2 -x86
39+
- choco install python --version2.7
4040
- ln -s /c/Python27/python.exe /c/Python27/python2.7.exe
4141
env:
4242
- PATH="/c/Python27:/c/Python27/Scripts:$PATH"

src/deltacode/test_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ def run_scan_click(options, monkeypatch=None, test_mode=True, expected_rc=0, env
4646
from click.testing import CliRunner
4747
from deltacode import cli
4848

49-
options = add_windows_extra_timeout(options)
50-
5149
if monkeypatch:
5250
monkeypatch.setattr(click._termui_impl, 'isatty', lambda _: True)
5351
monkeypatch.setattr(click , 'get_terminal_size', lambda : (80, 43,))

0 commit comments

Comments
 (0)