We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad0ad2 commit 1b2d7a1Copy full SHA for 1b2d7a1
1 file changed
Lib/test/test_importlib/resources/test_files.py
@@ -52,6 +52,7 @@ class OpenDiskTests(FilesTests, unittest.TestCase):
52
def setUp(self):
53
self.data = data01
54
55
+ @unittest.expectedFailureIfWindows("TODO: RUSTPYTHON, line ending issue")
56
def test_read_bytes(self):
57
super().test_read_bytes()
58
@@ -66,6 +67,7 @@ def setUp(self):
66
67
68
self.data = namespacedata01
69
70
71
72
73
0 commit comments