Skip to content

Commit 7e66e1a

Browse files
authored
Merge pull request RustPython#2487 from fanninpm/fix/test-enum
Fix test_enum unexpected success on Windows
2 parents b83231c + 300778b commit 7e66e1a

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
@@ -2952,6 +2952,7 @@ class Color(StrMixin, AllMixin, IntFlag):
29522952

29532953
# TODO: RUSTPYTHON
29542954
@unittest.expectedFailure
2955+
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, universal newlines")
29552956
@support.reap_threads
29562957
def test_unique_composite(self):
29572958
# override __eq__ to be identity only

0 commit comments

Comments
 (0)