Fix the skip

This commit is contained in:
Jean-Paul Calderone 2021-01-10 10:48:40 -05:00
parent e80bd6894f
commit 24f3d74fdf

View File

@ -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``.