summaryrefslogtreecommitdiff
path: root/app-misc/tmuxp/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
commitb4d43e8c611df4a8061b6f88d9e9f6b1e3c83903 (patch)
tree911928b566777494d08ebe2c16cb64f15af71901 /app-misc/tmuxp/files
parent61f10f985e19dfe20a4d9552902625edd5b6eabb (diff)
gentoo resync : 24.06.2021
Diffstat (limited to 'app-misc/tmuxp/files')
-rw-r--r--app-misc/tmuxp/files/tmuxp-1.9.2-relax-click-dep.patch10
-rw-r--r--app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch13
2 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/tmuxp/files/tmuxp-1.9.2-relax-click-dep.patch b/app-misc/tmuxp/files/tmuxp-1.9.2-relax-click-dep.patch
new file mode 100644
index 000000000000..f4c2be80d2dc
--- /dev/null
+++ b/app-misc/tmuxp/files/tmuxp-1.9.2-relax-click-dep.patch
@@ -0,0 +1,10 @@
+diff --git a/requirements/base.txt b/requirements/base.txt
+index 4b713f1..3ca88e5 100644
+--- a/requirements/base.txt
++++ b/requirements/base.txt
+@@ -1,4 +1,4 @@
+ kaptan>=0.5.10
+ libtmux>=0.10.1,<0.11
+-click>=7,<8.1
++click>=7
+ colorama>=0.3.9
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")