summaryrefslogtreecommitdiff
path: root/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-02 20:57:17 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-02 20:57:17 +0000
commit9bc9c4dcc38dc560cff8e5d083d1e5f282ddde98 (patch)
treeaebfd3698cdc5ed079dbfd553063a19b4662965d /app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch
parentcc2c9e975285d6fb1be1b71d18ba4cca7991b921 (diff)
gentoo auto-resync : 02:12:2022 - 20:57:16
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")