Skip to content

Commit 718de8f

Browse files
authored
Merge pull request RustPython#3303 from youknowone/winreg
`winreg` uses `#[pymodule]`
2 parents de3df09 + 63c5830 commit 718de8f

File tree

2 files changed

+302
-318
lines changed

2 files changed

+302
-318
lines changed

Lib/test/test_enum.py

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

29222922
# TODO: RUSTPYTHON
29232923
@unittest.expectedFailure
2924+
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, inconsistent test result on Windows due to threading")
29242925
@support.reap_threads
29252926
def test_unique_composite(self):
29262927
# override __eq__ to be identity only

0 commit comments

Comments
 (0)