Skip to content

Commit cf10a34

Browse files
authored
Merge pull request RustPython#2114 from edwardycl/complex
Allow complex numbers as arguments of complex()
2 parents fef9bbb + 3f4234d commit cf10a34

File tree

3 files changed

+751
-18
lines changed

3 files changed

+751
-18
lines changed

Lib/test/support/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ def dec(*args, **kwargs):
842842
# requires_IEEE_754 = unittest.skipUnless(
843843
# float.__getformat__("double").startswith("IEEE"),
844844
# "test requires IEEE 754 doubles")
845+
requires_IEEE_754 = unittest.skip("TODO: RustPython doesn't run IEEE754 tests")
845846

846847
requires_zlib = unittest.skipUnless(zlib, 'requires zlib')
847848

0 commit comments

Comments
 (0)