From ebad780985ce9bc8b11293ac90fc4d98b6ae0b2c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 16 Jul 2018 13:54:42 +0100 Subject: oeqa/sdk/python: clean up Python test For the same reasons as the runtime Python test, clean up the SDK test. Also port from Python 2 to Python 3, as that's what is supported now. (From OE-Core rev: bead742a3ffc0a53162fb0c36610d74a1422e7b3) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/lib/oeqa/files/test.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 meta/lib/oeqa/files/test.py (limited to 'meta/lib/oeqa/files') diff --git a/meta/lib/oeqa/files/test.py b/meta/lib/oeqa/files/test.py deleted file mode 100644 index f389225d72..0000000000 --- a/meta/lib/oeqa/files/test.py +++ /dev/null @@ -1,6 +0,0 @@ -import os - -os.system('touch /tmp/testfile.python') - -a = 9.01e+21 - 9.01e+21 + 0.01 -print("the value of a is %s" % a) -- cgit v1.2.3-54-g00ecf