From a6757e4a5272b97b144dd474d71a290dba77925b Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 14 Nov 2021 13:15:55 +0800 Subject: python3-numpy: move recipe to python directory This recipe had been moved out from python directory since 2016[1] in order to share patches between python2 and python3. But now there is no reason to keep it in its own directory as we only keep python3-nump. Move it back to python directory. [1] https://git.openembedded.org/openembedded-core/commit/?id=9bffe2f9fb4ce6c0b265f27e5b484fbe076c6349 (From OE-Core rev: e5702b8ebd16949c736b8c2f18bf35c0d64d80bd) Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-numpy/run-ptest | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-numpy/run-ptest (limited to 'meta/recipes-devtools/python/python3-numpy/run-ptest') diff --git a/meta/recipes-devtools/python/python3-numpy/run-ptest b/meta/recipes-devtools/python/python3-numpy/run-ptest new file mode 100644 index 0000000000..9a1c72aeb1 --- /dev/null +++ b/meta/recipes-devtools/python/python3-numpy/run-ptest @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +import numpy +numpy.test(label='full', verbose=2) + -- cgit v1.2.3-54-g00ecf