From 0ac99625bf2c8a19d4ee746dc13e9c6b2e1956e2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 28 Nov 2020 23:47:59 -0800 Subject: python3-numpy: Add ptest Since 1.15, numpy have replaced nose with pytest testing framework it additionally needs hypothesis and sortedcontainers modules (From OE-Core rev: 13ff38ffd216fcd7044d7a0f46c8907d64ce3f6e) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/files/run-ptest | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta/recipes-devtools/python-numpy/files/run-ptest (limited to 'meta/recipes-devtools/python-numpy/files/run-ptest') diff --git a/meta/recipes-devtools/python-numpy/files/run-ptest b/meta/recipes-devtools/python-numpy/files/run-ptest new file mode 100644 index 0000000000..9a1c72aeb1 --- /dev/null +++ b/meta/recipes-devtools/python-numpy/files/run-ptest @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +import numpy +numpy.test(label='full', verbose=2) + -- cgit v1.2.3-54-g00ecf