summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy/files/run-ptest
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-11-14 13:15:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-15 12:53:35 +0000
commite5702b8ebd16949c736b8c2f18bf35c0d64d80bd (patch)
treeb53f277b33a52c81cac1029a5035737c4c703784 /meta/recipes-devtools/python-numpy/files/run-ptest
parent967fdd2ba12f22d8e46600ff085833993a32cfeb (diff)
downloadopenembedded-core-contrib-e5702b8ebd16949c736b8c2f18bf35c0d64d80bd.tar.gz
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 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy/files/run-ptest')
-rw-r--r--meta/recipes-devtools/python-numpy/files/run-ptest5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python-numpy/files/run-ptest b/meta/recipes-devtools/python-numpy/files/run-ptest
deleted file mode 100644
index 9a1c72aeb1..0000000000
--- a/meta/recipes-devtools/python-numpy/files/run-ptest
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python3
-
-import numpy
-numpy.test(label='full', verbose=2)
-