You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/rarfile/files/rarfile-4.0.patch

23 lines
598 B

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