We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0811336 commit 6d0c2c6Copy full SHA for 6d0c2c6
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