We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d94a8 commit 622690bCopy full SHA for 622690b
1 file changed
tests/suite/test_stdconsole.py
@@ -404,7 +404,7 @@ def test_isatty(self):
404
finally:
405
self.batfile = hideDefaultBatch
406
407
- @unittest.skipIf(not is_cli or is_netcoreapp) # https://github.com/IronLanguages/ironpython3/issues/2055
+ @unittest.skipIf(not is_cli or is_netcoreapp, "https://github.com/IronLanguages/ironpython3/issues/2055")
408
def test_cp35263(self):
409
script = """
410
import warnings
0 commit comments