From 99587a401495a2ac922f877f6261dc8b307bf7e9 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 1 Oct 2016 04:41:45 -0500 Subject: [PATCH 1/2] Remove pane index assertion See also: #172 --- tmuxp/workspacebuilder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tmuxp/workspacebuilder.py b/tmuxp/workspacebuilder.py index 1d741be177..12bb47018b 100644 --- a/tmuxp/workspacebuilder.py +++ b/tmuxp/workspacebuilder.py @@ -287,7 +287,6 @@ def get_pane_start_directory(): ) assert(isinstance(p, Pane)) - assert(int(p.index) == int(pindex)) if 'layout' in wconf: w.select_layout(wconf['layout']) From 5e244cd87a619dcdeb661e9d4830ecfb4dba4ee7 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 1 Oct 2016 04:44:45 -0500 Subject: [PATCH 2/2] update pytest 3.0.2 to 3.0.3 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 998cc48c6a..e6e13650fb 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,2 +1,2 @@ -pytest==3.0.2 # updated from 2.9.2 +pytest==3.0.3 # updated from 3.0.2 pytest-rerunfailures==2.0.1 # updated from 2.0.0