mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 17:36:28 -04:00
Remove test_frozen_windows test because it is verify difficult to test for on a non-Windows platform
This commit is contained in:
parent
c13021e15b
commit
c7728e739f
@ -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') ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user