summaryrefslogtreecommitdiff
path: root/dev-python/rarfile/files/rarfile-4.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rarfile/files/rarfile-4.0.patch')
-rw-r--r--dev-python/rarfile/files/rarfile-4.0.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/rarfile/files/rarfile-4.0.patch b/dev-python/rarfile/files/rarfile-4.0.patch
new file mode 100644
index 000000000000..e9d3251b6da2
--- /dev/null
+++ b/dev-python/rarfile/files/rarfile-4.0.patch
@@ -0,0 +1,22 @@
+diff -r -U2 rarfile-4.0.orig/test/test_tool.py rarfile-4.0/test/test_tool.py
+--- rarfile-4.0.orig/test/test_tool.py 2020-08-01 01:25:50.000000000 +0700
++++ rarfile-4.0/test/test_tool.py 2021-10-03 22:35:22.329537879 +0700
+@@ -33,5 +33,5 @@
+
+
+-@pytest.mark.skipif(sys.platform == "win32", reason="unar not available on Windows")
++@pytest.mark.skip()
+ def test_unar_tool():
+ install_unar_tool()
+@@ -43,4 +43,5 @@
+
+
++@pytest.mark.skip()
+ def test_bsdtar_tool():
+ install_bsdtar_tool()
+@@ -114,4 +115,5 @@
+
+
++@pytest.mark.skip()
+ def test_cli_help(capsys):
+ assert cli("--help") == 0