Skip to content

Commit 72867e0

Browse files
committed
fix: useless code check
Signed-off-by: yihong0618 <[email protected]>
1 parent aa37996 commit 72867e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_pyrepl/test_unix_console.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ def test_getheightwidth_with_invalid_environ(self, _os_write):
304304
os.environ = []
305305
self.assertIsInstance(console.getheightwidth(), tuple)
306306

307-
@unittest.skipUnless(sys.platform == "darwin", "requires OS X")
308307
@unittest.skipUnless(sys.platform == "darwin", "requires OS X")
309308
def test_restore_with_invalid_environ_on_macOS(self, _os_write):
310309
# gh-128636 for macOS

0 commit comments

Comments
 (0)