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