Skip to content

Commit 4feb26e

Browse files
authored
Merge pull request RustPython#2491 from fanninpm/fix/test-enum
Fix other test_enum unexpected success on Windows
2 parents 7ced0f2 + 4d7a8b9 commit 4feb26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_enum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,6 +2518,7 @@ class Color(StrMixin, AllMixin, Flag):
25182518

25192519
# TODO: RUSTPYTHON
25202520
@unittest.expectedFailure
2521+
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, universal newlines")
25212522
@support.reap_threads
25222523
def test_unique_composite(self):
25232524
# override __eq__ to be identity only

0 commit comments

Comments
 (0)