From fcf885d2ce17d016eb41a85efe0ef14a07f62211 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 1 Apr 2026 13:54:38 -0700 Subject: [PATCH] Run test_unistd_isatty under deno. NFC The upstream issue has now been fixed: https://github.com/denoland/deno/issues/32995 --- test/test_other.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_other.py b/test/test_other.py index f5fab92327817..10caad641bd84 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -13163,7 +13163,6 @@ def test_unistd_swab(self): @also_with_noderawfs @crossplatform - @no_deno('https://github.com/denoland/deno/issues/32995') def test_unistd_isatty(self): if '-DNODERAWFS' in self.cflags: # Under NODERAWFS istty reports accurate information about the file descriptors