Skip to content

Commit 25a4896

Browse files
committed
test.support: add dummy is_android
1 parent 693b229 commit 25a4896

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.support/test/support.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ def captured_stderr():
6363

6464
def requires_IEEE_754(f):
6565
return f
66+
67+
def is_android():
68+
return False

0 commit comments

Comments
 (0)