[oe-commits] [openembedded-core] 12/16: oeqa/sdk/python: fix version typo

git at git.openembedded.org git at git.openembedded.org
Sat Dec 8 10:48:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4b0e47895b94a9094223a8939e7be9c13ba73401
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Dec 7 21:25:18 2018 +0000

    oeqa/sdk/python: fix version typo
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/sdk/cases/python.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/sdk/cases/python.py b/meta/lib/oeqa/sdk/cases/python.py
index 8b87141..2254867 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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list