summaryrefslogtreecommitdiff
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, 0 insertions, 13 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
deleted file mode 100644
index 3329c547489f..000000000000
--- a/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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")