mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Upgraded desktop/{onionshare,tests} to PySide6
This commit is contained in:
parent
e129f73934
commit
fadba5506a
36 changed files with 139 additions and 89 deletions
|
@ -151,7 +151,7 @@ class TestGetPlatform:
|
|||
|
||||
|
||||
class TestGetTorPaths:
|
||||
@pytest.mark.skipif(sys.platform != "Darwin", reason="requires MacOS")
|
||||
@pytest.mark.skipif(sys.platform != "darwin", reason="requires MacOS")
|
||||
def test_get_tor_paths_darwin(
|
||||
self, platform_darwin, common_obj, sys_frozen, sys_meipass
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue