From 581b43d7b3566624e6b17d516755d8e7a5142ebf Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 7 Dec 2018 21:25:18 +0000 Subject: oeqa/sdk/python: fix version typo Signed-off-by: Ross Burton --- meta/lib/oeqa/sdk/cases/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/lib') diff --git a/meta/lib/oeqa/sdk/cases/python.py b/meta/lib/oeqa/sdk/cases/python.py index 8b87141403..2254867d45 100644 --- a/meta/lib/oeqa/sdk/cases/python.py +++ b/meta/lib/oeqa/sdk/cases/python.py @@ -7,7 +7,7 @@ class Python2Test(OESDKTestCase): self.tc.hasHostPackage("python-core-native")): raise unittest.SkipTest("No python package in the SDK") - def test_python3(self): + def test_python2(self): try: cmd = "python -c \"import codecs; print(codecs.encode('Uryyb, jbeyq', 'rot13'))\"" output = self._run(cmd) -- cgit 1.2.3-korg