We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ced458 commit 83c5146Copy full SHA for 83c5146
Lib/test/test_importlib/resources/test_files.py
@@ -52,10 +52,6 @@ class OpenDiskTests(FilesTests, unittest.TestCase):
52
def setUp(self):
53
self.data = data01
54
55
- @unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
56
- def test_read_bytes(self):
57
- super().test_read_bytes()
58
-
59
60
class OpenZipTests(FilesTests, util.ZipSetup, unittest.TestCase):
61
pass
@@ -67,9 +63,6 @@ def setUp(self):
67
63
68
64
self.data = namespacedata01
69
65
70
71
72
73
66
74
class SiteDir:
75
0 commit comments