forked from pool/python-onionshare
- Update to version 2.5.0 various CVE OBS-URL: https://build.opensuse.org/request/show/957469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onionshare?expand=0&rev=31
13 lines
592 B
Diff
13 lines
592 B
Diff
diff -Nur onionshare-2.5/cli/tests/test_cli_web.py new/cli/tests/test_cli_web.py
|
|
--- onionshare-2.5/cli/tests/test_cli_web.py 2022-01-17 21:56:39.000000000 +0100
|
|
+++ new/cli/tests/test_cli_web.py 2022-02-24 23:43:29.209447238 +0100
|
|
@@ -624,7 +624,7 @@
|
|
]
|
|
)
|
|
|
|
- @pytest.mark.skipif(sys.platform != "Linux", reason="requires Linux")
|
|
+ @pytest.mark.skipif(sys.platform != "linux", reason="requires Linux")
|
|
@check_unsupported("http", ["--version"])
|
|
def test_httpie(self, temp_dir, common_obj):
|
|
web = web_obj(temp_dir, common_obj, "share", 3)
|