diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-09-14 12:27:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-21 18:45:46 -0700 |
| commit | e6aea815de48459e1910e58a9eda58aab57d5bbf (patch) | |
| tree | 0decbfd65a63227d38c1389fbf320a3d816042a7 /meta/recipes-devtools/python/python3 | |
| parent | aaf110e874d280c20cecfe8321dc1a376880fbee (diff) | |
| download | poky-e6aea815de48459e1910e58a9eda58aab57d5bbf.tar.gz | |
python3: consolidate tests
Currently the bulk of the tests in python3-tests, some more in
python3-sqlite3-tests, and others in their parent module (such as
python3-ctypes). This is pointless space usage if we're not planning on running
the tests, so consolidate all the tests into python3-tests.
(From OE-Core rev: 554d3690dab49fee3c93b6b677eb3ef58cff64c1)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 95ae3fb021..539b7967b5 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json | |||
| @@ -1,4 +1,18 @@ | |||
| 1 | { | 1 | { |
| 2 | "tests": { | ||
| 3 | "summary": "Python test suite", | ||
| 4 | "rdepends": [ | ||
| 5 | "core", | ||
| 6 | "modules" | ||
| 7 | ], | ||
| 8 | "files": [ | ||
| 9 | "${libdir}/python${PYTHON_MAJMIN}/*/test", | ||
| 10 | "${libdir}/python${PYTHON_MAJMIN}/*/tests", | ||
| 11 | "${libdir}/python${PYTHON_MAJMIN}/idlelib/idle_test/", | ||
| 12 | "${libdir}/python${PYTHON_MAJMIN}/test" | ||
| 13 | ], | ||
| 14 | "cached": [] | ||
| 15 | }, | ||
| 2 | "2to3": { | 16 | "2to3": { |
| 3 | "summary": "Python automated Python 2 to 3 code translator", | 17 | "summary": "Python automated Python 2 to 3 code translator", |
| 4 | "rdepends": [ | 18 | "rdepends": [ |
| @@ -989,17 +1003,6 @@ | |||
| 989 | "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/dump.*.pyc" | 1003 | "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/dump.*.pyc" |
| 990 | ] | 1004 | ] |
| 991 | }, | 1005 | }, |
| 992 | "sqlite3-tests": { | ||
| 993 | "cached": [], | ||
| 994 | "files": [ | ||
| 995 | "${libdir}/python${PYTHON_MAJMIN}/sqlite3/test" | ||
| 996 | ], | ||
| 997 | "rdepends": [ | ||
| 998 | "core", | ||
| 999 | "tests" | ||
| 1000 | ], | ||
| 1001 | "summary": "Python Sqlite3 database support tests" | ||
| 1002 | }, | ||
| 1003 | "stringold": { | 1006 | "stringold": { |
| 1004 | "summary": "Python string APIs [deprecated]", | 1007 | "summary": "Python string APIs [deprecated]", |
| 1005 | "rdepends": [ | 1008 | "rdepends": [ |
| @@ -1037,17 +1040,6 @@ | |||
| 1037 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/tty.*.pyc" | 1040 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/tty.*.pyc" |
| 1038 | ] | 1041 | ] |
| 1039 | }, | 1042 | }, |
| 1040 | "tests": { | ||
| 1041 | "cached": [], | ||
| 1042 | "files": [ | ||
| 1043 | "${libdir}/python${PYTHON_MAJMIN}/test" | ||
| 1044 | ], | ||
| 1045 | "rdepends": [ | ||
| 1046 | "core", | ||
| 1047 | "modules" | ||
| 1048 | ], | ||
| 1049 | "summary": "Python tests" | ||
| 1050 | }, | ||
| 1051 | "threading": { | 1043 | "threading": { |
| 1052 | "summary": "Python threading & synchronization support", | 1044 | "summary": "Python threading & synchronization support", |
| 1053 | "rdepends": [ | 1045 | "rdepends": [ |
