Skip to content

Commit c074cd3

Browse files
committed
Merge pull request adafruit#663 from Rosuav/floatpercentx
Remove tests that fail under CPython 3.5
2 parents 75ce925 + 7a6e096 commit c074cd3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/float/string-format-modulo.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
print("%d" % 1.0)
55
print("%i" % 1.0)
66
print("%u" % 1.0)
7-
print("%x" % 18.0)
8-
print("%o" % 18.0)
9-
print("%X" % 18.0)
107

118
print("%e" % 1.23456)
129
print("%E" % 1.23456)

0 commit comments

Comments
 (0)