mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Skip tests on Python 3.
This commit is contained in:
parent
52cd90941f
commit
7f70315c83
@ -79,6 +79,7 @@ slow_settings = settings(
|
||||
)
|
||||
|
||||
@skipUnless(platform.isWindows(), "get_argv is Windows-only")
|
||||
@skipUnless(PY2, "Not used on Python 3.")
|
||||
class GetArgvTests(SyncTestCase):
|
||||
"""
|
||||
Tests for ``get_argv``.
|
||||
@ -172,6 +173,7 @@ class GetArgvTests(SyncTestCase):
|
||||
|
||||
|
||||
@skipUnless(platform.isWindows(), "intended for Windows-only codepaths")
|
||||
@skipUnless(PY2, "Not used on Python 3.")
|
||||
class UnicodeOutputTests(SyncTestCase):
|
||||
"""
|
||||
Tests for writing unicode to stdout and stderr.
|
||||
|
Loading…
x
Reference in New Issue
Block a user