mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-31 18:27:00 +00:00
Fix the skip
This commit is contained in:
parent
e80bd6894f
commit
24f3d74fdf
@ -66,7 +66,7 @@ from ..windows.fixups import (
|
||||
get_argv,
|
||||
)
|
||||
|
||||
@skipUnless(platform.isWindows())
|
||||
@skipUnless(platform.isWindows(), "get_argv is Windows-only")
|
||||
class GetArgvTests(SyncTestCase):
|
||||
"""
|
||||
Tests for ``get_argv``.
|
||||
|
Loading…
Reference in New Issue
Block a user