summaryrefslogtreecommitdiff
path: root/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch')
-rw-r--r--app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch b/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch
new file mode 100644
index 000000000000..3329c547489f
--- /dev/null
+++ b/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch
@@ -0,0 +1,13 @@
+diff --git a/tests/test_workspacebuilder.py b/tests/test_workspacebuilder.py
+index e85b409..22368b1 100644
+--- a/tests/test_workspacebuilder.py
++++ b/tests/test_workspacebuilder.py
+@@ -343,7 +343,7 @@ def test_environment_variables(session):
+ assert session.show_environment('FOO') == 'BAR'
+ assert session.show_environment('PATH') == '/tmp'
+
+-
++@pytest.mark.skip("hangs indefinitely")
+ def test_automatic_rename_option(session):
+ """With option automatic-rename: on."""
+ yaml_config = loadfixture("workspacebuilder/window_automatic_rename.yaml")