Skip to content

Commit 83c5146

Browse files
committed
importlib
1 parent 2ced458 commit 83c5146

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Lib/test/test_importlib/resources/test_files.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ class OpenDiskTests(FilesTests, unittest.TestCase):
5252
def setUp(self):
5353
self.data = data01
5454

55-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
56-
def test_read_bytes(self):
57-
super().test_read_bytes()
58-
5955

6056
class OpenZipTests(FilesTests, util.ZipSetup, unittest.TestCase):
6157
pass
@@ -67,9 +63,6 @@ def setUp(self):
6763

6864
self.data = namespacedata01
6965

70-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
71-
def test_read_bytes(self):
72-
super().test_read_bytes()
7366

7467
class SiteDir:
7568
def setUp(self):

0 commit comments

Comments
 (0)