1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

docs: modify reference from python2.py to python.py

python2.py referenced does not exist.  Change the reference to the
existing python.py oeqa file.

(From yocto-docs rev: 48f8eaf956e6897d714a9f628295bf0a320b3547)

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jon Mason
2024-06-24 18:12:38 -04:00
committed by Richard Purdie
parent 9acacfb264
commit 25a6edd381
+1 -1
View File
@@ -458,7 +458,7 @@ the ``devtool build`` command within the eSDK.
These tests are run against built SDKs. The tests can assume that an SDK These tests are run against built SDKs. The tests can assume that an SDK
has already been extracted and its environment file has been sourced. A has already been extracted and its environment file has been sourced. A
simple example from ``meta/lib/oeqa/sdk/cases/python2.py`` contains the simple example from ``meta/lib/oeqa/sdk/cases/python.py`` contains the
following:: following::
class Python3Test(OESDKTestCase): class Python3Test(OESDKTestCase):