summaryrefslogtreecommitdiff
path: root/test/test_onionshare_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_onionshare_common.py')
-rw-r--r--test/test_onionshare_common.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_onionshare_common.py b/test/test_onionshare_common.py
index f574ad7f..cb864313 100644
--- a/test/test_onionshare_common.py
+++ b/test/test_onionshare_common.py
@@ -193,12 +193,6 @@ class TestGetResourcePath:
common.get_resource_path(os.path.join(prefix, 'test_filename')) ==
os.path.join(prefix, 'test_filename'))
- def test_frozen_windows(self, platform_windows, sys_frozen):
- prefix = os.path.join(os.path.dirname(sys.executable), 'share')
- assert (
- common.get_resource_path(os.path.join(prefix, 'test_filename')) ==
- os.path.join(prefix, 'test_filename'))
-
class TestGetTorPaths:
# @pytest.mark.skipif(sys.platform != 'Darwin', reason='requires MacOS') ?